diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xwin/wincursor.c')
-rw-r--r-- | xc/programs/Xserver/hw/xwin/wincursor.c | 3 |
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; } |