diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2012-03-05 11:38:00 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2012-03-05 11:38:00 +0100 |
commit | 05b85be1e7bfb75e453920d452d05b50fdece3c9 (patch) | |
tree | 0f146867ae7f406a60c389c267a60eb8c9df3274 | |
parent | 983a495af0a29a24df3d1d4023bc23de4d496d9f (diff) | |
download | mcwm-05b85be1e7bfb75e453920d452d05b50fdece3c9.zip |
US_POSITION should probably be set when hiding windows.
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* When hiding a window always set XCB_ICCCM_SIZE_HINT_US_POSITION so + the window will be mapped where it was when it was unmapped. + * Feature: Handle several screens (DISPLAY=0.x) in classical X. This means we will have several root windows. |