aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/dix/dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/dix/dispatch.c')
-rw-r--r--xorg-server/dix/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/dix/dispatch.c b/xorg-server/dix/dispatch.c
index c1770bfac..87b27dfa6 100644
--- a/xorg-server/dix/dispatch.c
+++ b/xorg-server/dix/dispatch.c
@@ -978,7 +978,7 @@ ProcGetGeometry(ClientPtr client)
/* Do not return the clipboard window in ProcQueryTree, cause this may cause
the clipboard client being closed when connecting through xdmcp.
*/
-extern int g_iClipboardWindow;
+extern Window g_iClipboardWindow;
#endif