diff options
author | sabetts <sabetts> | 2002-02-17 21:24:28 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-02-17 21:24:28 +0000 |
commit | 0027574655e306fcb2d9dd6ad578fdba9bf10826 (patch) | |
tree | 08b227e58b540b89ceb40cc310fbd87d31d832fb /ChangeLog | |
parent | 6b681e4bcc5fc719ea27bd30b9547be43224e255 (diff) | |
download | ratpoison-0027574655e306fcb2d9dd6ad578fdba9bf10826.zip |
* src/manage.c (update_normal_hints): fix debugging output to be
more readable.
* src/events.c (configure_request): call XSync after granting
configure request.
(property_notify): maximize the window on receiving a normal hints
property change.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-02-17 Shawn Betts <sabetts@vcn.bc.ca> + + * src/manage.c (update_normal_hints): fix debugging output to be + more readable. + + * src/events.c (configure_request): call XSync after granting + configure request. + (property_notify): maximize the window on receiving a normal hints + property change. + 2002-02-16 Shawn Betts <sabetts@vcn.bc.ca> * src/manage.c (maximize): remove calls to XSelectInput. |