diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-10 14:02:48 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-10 14:13:23 -0400 |
commit | 4fe1a3ed3a031eea5ebb5f23ab70d5c1f99d298f (patch) | |
tree | b84c0139d7d9c51208202fd9783f006a45daade2 /TODO | |
parent | ccb75867acd93fa41392b3d77e749e523a9cf15f (diff) |
Don't track globals in the client lib, just send out events
Users of the client library must install an global handler to get access
to globals.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,9 +3,6 @@ Core wayland protocol - generate pointer_focus on raise/lower, move windows, all kinds of changes in surface stacking. - - don't store globals on client side, require global_handler like - everything else. - - glyph cache - dnd, figure out large object transfer: through wayland protocol or |