mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com>
Add new functions to enable and disable events on Map and Unmap.
Use them here to make sure Composite redirect doesn't cause Map/UnmapNotify
events that would confuse window managers.
This commit is contained in:
parent
847d83ec3c
commit
c2dedf4d17
4 changed files with 53 additions and 2 deletions
|
|
@ -262,4 +262,11 @@ extern RegionPtr CreateBoundingShape(
|
|||
extern RegionPtr CreateClipShape(
|
||||
WindowPtr /* pWin */ );
|
||||
|
||||
extern void DisableMapUnmapEvents(
|
||||
WindowPtr /* pWin */ );
|
||||
extern void EnableMapUnmapEvents(
|
||||
WindowPtr /* pWin */ );
|
||||
extern Bool MapUnmapEventsEnabled(
|
||||
WindowPtr /* pWin */ );
|
||||
|
||||
#endif /* WINDOW_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue