summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-08-06 15:12:22 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-08-06 15:12:26 -0400
commit6d70202f8052eec7c64730e8a788341eca4a08cb (patch)
treed08bb1297b23f64c144283165f69fb9bb73a15df /TODO
parentc071f4d00802ec417828b80cdea046b703cd8915 (diff)
Send out coordinates with pointer_focus event
We can't rely on motion events happening right away, pointer_focus could change because of windows coming or going etc.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 7c555cb..84fad7c 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
Core wayland protocol
- - enter notify needs coordinates for cases where pointer focus
- changes without motion (surfaces coming or going)
+ - generate pointer_focus on raise/lower, move windows, all kinds of
+ changes in surface stacking.
- generate marshal stubs as static inline functions.