diff options
author | Havoc Pennington <hp@pobox.com> | 2003-01-05 07:51:02 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2003-01-05 07:51:02 +0000 |
commit | 6cfcc01334baa84204d00f9f8fb7cd97be05b403 (patch) | |
tree | 516b851c049c9793a0914701e6e32d9d3cfb28d7 /ChangeLog | |
parent | f8b2f6ca5cf8dbba02feacf5036c0ff46bbd027f (diff) | |
download | metacity-6cfcc01334baa84204d00f9f8fb7cd97be05b403.tar.gz |
handle the client having a shape mask, fixes #101806
2003-01-05 Havoc Pennington <hp@pobox.com>
* src/frames.c (meta_frames_apply_shapes): handle
the client having a shape mask, fixes #101806
* src/core.c (meta_core_get_client_xwindow): new function
* src/frame.c, src/frame.h: keep a flag for whether we need to
update the frame shape
* src/window.c (meta_window_new): select for ShapeNotify
* src/display.h, src/display.c: actually query the shape
extension, instead of just using it all over the place.
* src/prefs.c (update_application_based): don't let people turn on
application_based, as it just causes funky bugs. We can reenable
the pref when/if it ever does something useful.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2003-01-05 Havoc Pennington <hp@pobox.com> + + * src/frames.c (meta_frames_apply_shapes): handle + the client having a shape mask, fixes #101806 + + * src/core.c (meta_core_get_client_xwindow): new function + + * src/frame.c, src/frame.h: keep a flag for whether we need to + update the frame shape + + * src/window.c (meta_window_new): select for ShapeNotify + + * src/display.h, src/display.c: actually query the shape + extension, instead of just using it all over the place. + + * src/prefs.c (update_application_based): don't let people turn on + application_based, as it just causes funky bugs. We can reenable + the pref when/if it ever does something useful. + 2003-01-03 Havoc Pennington <hp@redhat.com> * src/display.c: include the Xrandr header file |