diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch) | |
tree | 23eb7becc5360b2cbe16aa8d45529880067f3989 /hw/xnest/XNCursor.h | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'hw/xnest/XNCursor.h')
-rw-r--r-- | hw/xnest/XNCursor.h | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/hw/xnest/XNCursor.h b/hw/xnest/XNCursor.h index 5bf362e77..7d9426d72 100644 --- a/hw/xnest/XNCursor.h +++ b/hw/xnest/XNCursor.h @@ -12,7 +12,7 @@ the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. */ -/* $XFree86: xc/programs/Xserver/hw/xnest/XNCursor.h,v 1.2 2002/11/23 19:27:50 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xnest/XNCursor.h,v 1.3 2003/11/16 05:05:20 dawes Exp $ */ #ifndef XNESTCURSOR_H #define XNESTCURSOR_H @@ -27,12 +27,14 @@ typedef struct { #define xnestCursor(pCursor, pScreen) \ (xnestCursorPriv(pCursor, pScreen)->cursor) -void xnestConstrainCursor(); -void xnestCursorLimits(); -Bool xnestDisplayCursor(); -Bool xnestRealizeCursor(); -Bool xnestUnrealizeCursor(); -void xnestRecolorCursor(); -Bool xnestSetCursorPosition(); +void xnestConstrainCursor(ScreenPtr pScreen, BoxPtr pBox); +void xnestCursorLimits(ScreenPtr pScreen, CursorPtr pCursor, BoxPtr pHotBox, + BoxPtr pTopLeftBox); +Bool xnestDisplayCursor(ScreenPtr pScreen, CursorPtr pCursor); +Bool xnestRealizeCursor(ScreenPtr pScreen, CursorPtr pCursor); +Bool xnestUnrealizeCursor(ScreenPtr pScreen, CursorPtr pCursor); +void xnestRecolorCursor(ScreenPtr pScreen, CursorPtr pCursor, Bool displayed); +Bool xnestSetCursorPosition(ScreenPtr pScreen, int x, int y, + Bool generateEvent); #endif /* XNESTCURSOR_H */ |