select ColormapChangeMask on toplevel windows, maybe a partial fix for
2002-12-18 Havoc Pennington <hp@redhat.com> * src/window.c (meta_window_new): select ColormapChangeMask on toplevel windows, maybe a partial fix for #101478
This commit is contained in:
parent
0d1e643e1c
commit
89c31c43ca
@ -1,3 +1,8 @@
|
|||||||
|
2002-12-18 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* src/window.c (meta_window_new): select ColormapChangeMask
|
||||||
|
on toplevel windows, maybe a partial fix for #101478
|
||||||
|
|
||||||
Tue Dec 17 17:50:19 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
Tue Dec 17 17:50:19 2002 HideToshi Tajima <hidetoshi.tajima@sun.com>
|
||||||
|
|
||||||
* src/themes/AgingGorilla/metacity-theme-1.xml: added support for
|
* src/themes/AgingGorilla/metacity-theme-1.xml: added support for
|
||||||
|
@ -244,7 +244,8 @@ meta_window_new (MetaDisplay *display,
|
|||||||
XSelectInput (display->xdisplay, xwindow,
|
XSelectInput (display->xdisplay, xwindow,
|
||||||
PropertyChangeMask |
|
PropertyChangeMask |
|
||||||
EnterWindowMask | LeaveWindowMask |
|
EnterWindowMask | LeaveWindowMask |
|
||||||
FocusChangeMask);
|
FocusChangeMask |
|
||||||
|
ColormapChangeMask);
|
||||||
|
|
||||||
/* Get rid of any borders */
|
/* Get rid of any borders */
|
||||||
if (attrs.border_width != 0)
|
if (attrs.border_width != 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user