summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xwin/wincursor.c
diff options
context:
space:
mode:
authordawes <dawes>2001-07-30 14:29:21 +0000
committerdawes <dawes>2001-07-30 14:29:21 +0000
commit27f4b9bfe70a53f61a40ae1134282356a17ecf06 (patch)
treeba40dc914e2bfd54ff21b2747cd2144b1fba781c /xc/programs/Xserver/hw/xwin/wincursor.c
parentfa75268be48b8af92f699da86665fe72d3f29691 (diff)
Merge from trunk.
Diffstat (limited to 'xc/programs/Xserver/hw/xwin/wincursor.c')
-rw-r--r--xc/programs/Xserver/hw/xwin/wincursor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/programs/Xserver/hw/xwin/wincursor.c b/xc/programs/Xserver/hw/xwin/wincursor.c
index f6baf40de..ed04f4b81 100644
--- a/xc/programs/Xserver/hw/xwin/wincursor.c
+++ b/xc/programs/Xserver/hw/xwin/wincursor.c
@@ -30,7 +30,7 @@
* Peter Busch
* Harold L Hunt II
*/
-/* $XFree86: xc/programs/Xserver/hw/xwin/wincursor.c,v 1.1 2001/04/05 20:13:49 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xwin/wincursor.c,v 1.2 2001/05/14 16:52:33 alanh Exp $ */
#include "win.h"
@@ -44,6 +44,7 @@ miPointerScreenFuncRec g_winPointerCursorFuncs =
Bool
winCursorOffScreen (ScreenPtr *ppScreen, int *x, int *y)
{
+ ErrorF ("winCursorOffScreen () - hmm...\n");
return FALSE;
}