From ecad71d513263770083d0a07b0350147dcb15f2f Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 31 Jan 2011 09:02:12 +0000 Subject: Solved wrong type for g_iClipboardWindow extern variable --- xorg-server/dix/dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/dix') 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 -- cgit v1.2.3