summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-06-15 11:09:36 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-06-15 11:09:36 -0400
commitc622350fb26d4b8cab3dd30f4a14067a15673823 (patch)
tree935e9de17abca0292d1c2d244c993aa7435ca2ac /TODO
parent6b861f7b4d7a6669e9496331d80fc2a63ed4bd4b (diff)
TODO: Remove cursor-as-regular-surface item
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index d09f785..b0c4fb3 100644
--- a/TODO
+++ b/TODO
@@ -18,11 +18,6 @@ Core wayland protocol
that can group together multiple surface.attach requests into a
bigger atomic change. To be researched a bit.
- - We should make pointer sprites regular surfaces. Something like
- input_device.set_sprite(surface). This also make client side
- animated cursors simple/possible, since we now get a frame event
- that can drive the animation.
-
- Maybe try to make remote wayland actually happen, to see if there
is something in the protocol/architecute that makes it harder than
it should be.