summaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-05-16 22:06:03 -0400
committerKristian Høgsberg <krh@bitplanet.net>2013-05-16 22:06:03 -0400
commit68ed10bd33df4018e4fec2f99aac16bbe7e50ecc (patch)
tree36b98849cd2f90842ccbdf6a9f757e624cc8ccfe /NOTES
parentb3cd14fd1be0e8c665ed6c207f2bb9c347ea7a83 (diff)
Expose events
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES8
1 files changed, 7 insertions, 1 deletions
diff --git a/NOTES b/NOTES
index 06b0a31..181abde 100644
--- a/NOTES
+++ b/NOTES
@@ -13,4 +13,10 @@
but we'll also need full substructure redirect since apps can do
that on their own windows.
- - Problem with popup placement and other global coords. \ No newline at end of file
+ - Problem with popup placement and other global coords.
+
+ - Difference in Expose events between xlib and csx when Mapping
+ window and then subwindow. csx sends the immediate Expose rects,
+ xlib sends the final result (the subwindow rect and the split up
+ rects around it)... Expose compression? We could do lazy exposure
+ events in XNextEvent(). \ No newline at end of file