diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-06 15:12:22 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-06 15:12:26 -0400 |
commit | 6d70202f8052eec7c64730e8a788341eca4a08cb (patch) | |
tree | d08bb1297b23f64c144283165f69fb9bb73a15df /TODO | |
parent | c071f4d00802ec417828b80cdea046b703cd8915 (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-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |