diff options
author | Havoc Pennington <hp@pobox.com> | 2001-11-27 05:14:57 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-11-27 05:14:57 +0000 |
commit | 248487a63c33b66cc05018f0ca49f6c00e4d220d (patch) | |
tree | afeb9636a7ce51c9462c3d80ca3506f2424ed3b5 /ChangeLog | |
parent | 420c29dea98c52610bd74adcbc05973ddb465cdd (diff) | |
download | metacity-248487a63c33b66cc05018f0ca49f6c00e4d220d.tar.gz metacity-248487a63c33b66cc05018f0ca49f6c00e4d220d.tar.bz2 |
change so that window can be offscreen to the bottom or the right, as long
2001-11-27 Havoc Pennington <hp@pobox.com>
* src/window.c (constrain_position): change so that window can be
offscreen to the bottom or the right, as long as a small top-left
corner of the window remains onscreen. However, windows still
can't go off the left or top.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-11-27 Havoc Pennington <hp@pobox.com> + + * src/window.c (constrain_position): change so that window can be + offscreen to the bottom or the right, as long as a small top-left + corner of the window remains onscreen. However, windows still + can't go off the left or top. + 2001-11-26 Havoc Pennington <hp@redhat.com> * src/window.c (window_query_root_pointer): add error trap |