summaryrefslogtreecommitdiff
path: root/miext/rootless/rootless.h
diff options
context:
space:
mode:
authorTorrey Lyons <torrey@mrcla.com>2004-09-18 00:38:30 +0000
committerTorrey Lyons <torrey@mrcla.com>2004-09-18 00:38:30 +0000
commit6344bb51e2a97d9678cec2ec1dab19abfe9d9e8d (patch)
treedac967ce48b061b2d8e64d7c0b7f1beed42f9dd9 /miext/rootless/rootless.h
parentcedb9a8d62df3391fd89a8b05a2dd64bd098a7df (diff)
Bugzilla #1032: Make rootless acceleration functions compatible with
Damage.
Diffstat (limited to 'miext/rootless/rootless.h')
-rw-r--r--miext/rootless/rootless.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/miext/rootless/rootless.h b/miext/rootless/rootless.h
index 1bada3865..d87b08da1 100644
--- a/miext/rootless/rootless.h
+++ b/miext/rootless/rootless.h
@@ -369,6 +369,13 @@ typedef struct _RootlessFrameProcs {
Bool RootlessInit(ScreenPtr pScreen, RootlessFrameProcsPtr procs);
/*
+ * Initialize acceleration for rootless mode on a given screen.
+ * Note: RootlessAccelInit() must be called before DamageSetup()
+ * and RootlessInit() must be called afterwards.
+ */
+Bool RootlessAccelInit(ScreenPtr pScreen);
+
+/*
* Return the frame ID for the physical window displaying the given window.
*
* create If true and the window has no frame, attempt to create one