mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
_NET_SUPPORTING_WM_CHECK is supposed to have type WINDOW not CARDINAL.
2002-08-25 Havoc Pennington <hp@pobox.com> * src/display.c (meta_display_open): _NET_SUPPORTING_WM_CHECK is supposed to have type WINDOW not CARDINAL. reported by Ben Jansens
This commit is contained in:
parent
66f03613b7
commit
8b7447b282
@ -1,3 +1,9 @@
|
|||||||
|
2002-08-25 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* src/display.c (meta_display_open): _NET_SUPPORTING_WM_CHECK is
|
||||||
|
supposed to have type WINDOW not CARDINAL. reported by
|
||||||
|
Ben Jansens
|
||||||
|
|
||||||
2002-08-24 Havoc Pennington <hp@redhat.com>
|
2002-08-24 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* src/window.c (process_property_notify): recalculate mapped-ness
|
* src/window.c (process_property_notify): recalculate mapped-ness
|
||||||
|
@ -469,7 +469,7 @@ meta_display_open (const char *name)
|
|||||||
XChangeProperty (display->xdisplay,
|
XChangeProperty (display->xdisplay,
|
||||||
display->leader_window,
|
display->leader_window,
|
||||||
display->atom_net_supporting_wm_check,
|
display->atom_net_supporting_wm_check,
|
||||||
XA_CARDINAL,
|
XA_WINDOW,
|
||||||
32, PropModeReplace, (guchar*) data, 1);
|
32, PropModeReplace, (guchar*) data, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user