diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-04 22:44:55 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-08-04 22:44:55 -0400 |
commit | 83fc061c9cbe776de54fd335893f524793e4e92b (patch) | |
tree | dbb9542aea39d4b48cc337556924cf7b520ddc6b /TODO | |
parent | a1f3f60bea874d758694c827ff27fa05ff0a2910 (diff) |
Introduce 'shell' object for moving and resizing surfaces in the compositor
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ Core wayland protocol + - enter notify needs coordinates for cases where pointer focus + changes without motion (surfaces coming or going) + + - generate marshal stubs as static inline functions. + + - 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 |