summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-11-01 21:22:06 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-30 14:26:31 +0000
commit43b1a36e8e97be22c2bd78e42da683223899595a (patch)
tree8f74c5be8ed81457a976575e29f5b0c2391b8daf /TODO
parentfdf89414606254ca5fd0df640a277f5e6caa9565 (diff)
Make a start on setting style based on xcwm information
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 827fe3a..e2552ca 100644
--- a/TODO
+++ b/TODO
@@ -35,6 +35,8 @@ getting the ones that the windows shell isn't using (e.g. Windows key, Menu key,
* Synchronize the X server modifier key state with the native one at startup, and whenever an X window gains focus (as modifiers might have been latched or unlatched without us noticing)
* Faster way of getting the bits onto the screen than GDI BitBlt() (e.g. DirectDraw)
* -hostintitle option to add WM_CLIENT_MACHINE to window title, if not localhost
+* Override window style settings using a config file (useful?)
+* set native application id from class hint for native window grouping
other stuff:
@@ -60,3 +62,7 @@ native compostion notes (08/11/11):
* XtoW needs to use libxcwm style conversion
* Need to use RENDER rather than XCopyArea() to access image to ensure we get alpha???
+
+* Need to store bits so we can draw them for WM_PAINT without having to ask server..
+(xcwm_image_copy_full() to get the full window image, but do we need to do this on init map, or will whole window get damage?)
+(Or would using UpdatedLayeredWindow() avoid that need...)