diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2013-02-07 11:15:22 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2013-02-07 11:15:22 +0100 |
commit | c2378d6e3ac349b2c8a2e3415b5b76b4edeb69c2 (patch) | |
tree | 0268be597f5250afa45389e93787afb3b01429e6 | |
parent | 005c0ea215ba050976db795ad2b0382aadf18b5e (diff) | |
download | mcwm-c2378d6e3ac349b2c8a2e3415b5b76b4edeb69c2.zip |
Wording.
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,11 +11,11 @@ hidden.c should list windows with _NET_WM_STATE_HIDDEN and, optionally, all with IconicState. -* When hiding a window we want it to re-appear in the same position. +* When unhiding a window we want it to re-appear in the same position. How? - Setting XCB_ICCCM_SIZE_HINT_US_POSITION before hiding would work - without adding more code, but does ICCCM allow that? + Setting XCB_ICCCM_SIZE_HINT_US_POSITION before hiding would probably + work without adding more code, but does ICCCM allow that? PPosition? |