Correct the initial event mask of the root window
This fixes bug 588455 where the panel stopped responding to Alt-F2 when setting a transparent background.
This commit is contained in:
@ -455,6 +455,10 @@ _gdk_windowing_window_init (GdkScreen * screen)
|
|||||||
private->width = WidthOfScreen (screen_x11->xscreen);
|
private->width = WidthOfScreen (screen_x11->xscreen);
|
||||||
private->height = HeightOfScreen (screen_x11->xscreen);
|
private->height = HeightOfScreen (screen_x11->xscreen);
|
||||||
private->viewable = TRUE;
|
private->viewable = TRUE;
|
||||||
|
|
||||||
|
/* see init_randr_support() in gdkscreen-x11.c */
|
||||||
|
private->event_mask = GDK_STRUCTURE_MASK;
|
||||||
|
|
||||||
_gdk_window_update_size (screen_x11->root_window);
|
_gdk_window_update_size (screen_x11->root_window);
|
||||||
|
|
||||||
_gdk_xid_table_insert (screen_x11->display,
|
_gdk_xid_table_insert (screen_x11->display,
|
||||||
|
Reference in New Issue
Block a user