diff options
author | Adam Jackson <ajax@redhat.com> | 2012-09-20 11:16:26 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-09-23 10:41:54 -0700 |
commit | ad0156c369a40762df6b70780358ce14e5f2c9b1 (patch) | |
tree | 0ee105422acd024a4ed4896068f238c943b28c3b /include/window.h | |
parent | 387b1ac33ca63d27e42d4f61cf248bafb7c43c17 (diff) |
dix: Remove MapUnmapEventsEnabled and friends
This hack was added to suppress events generated by Composite's internal
unmap/map cycle on redirection state change. Since that cycle was
removed in 193ecc8b4, these can go.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Ville Syrjälä <syrjala@sci.fi>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include/window.h')
-rw-r--r-- | include/window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/window.h b/include/window.h index f8fc2a5fe..b6d61c339 100644 --- a/include/window.h +++ b/include/window.h @@ -221,9 +221,6 @@ extern _X_EXPORT RegionPtr CreateBoundingShape(WindowPtr /* pWin */ ); extern _X_EXPORT RegionPtr CreateClipShape(WindowPtr /* pWin */ ); -extern _X_EXPORT void DisableMapUnmapEvents(WindowPtr /* pWin */ ); -extern _X_EXPORT void EnableMapUnmapEvents(WindowPtr /* pWin */ ); - extern _X_EXPORT void SetRootClip(ScreenPtr pScreen, Bool enable); extern _X_EXPORT void PrintWindowTree(void); |