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:
Søren Sandmann Pedersen 2006-01-12 22:14:56 +00:00
commit c2dedf4d17
4 changed files with 53 additions and 2 deletions

View file

@ -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 */