diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-07-05 11:47:25 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-07-05 11:47:25 -0700 |
commit | f059b61ab3af25b03c704669eddb838d3ce4366c (patch) | |
tree | 63c3a2b9fcba07c0145f7997ad826c682cd2de38 | |
parent | cc3e99f747586f9d32622e5a682de39891b1fcba (diff) |
fix compiler warning about xnestRecolorCursor() not being defined
-rw-r--r-- | hw/xnest/XNCursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xnest/XNCursor.h b/hw/xnest/XNCursor.h index 8684a5e7f..6cbccfdec 100644 --- a/hw/xnest/XNCursor.h +++ b/hw/xnest/XNCursor.h @@ -29,6 +29,7 @@ typedef struct { Bool xnestRealizeCursor(ScreenPtr pScreen, CursorPtr pCursor); Bool xnestUnrealizeCursor(ScreenPtr pScreen, CursorPtr pCursor); +void xnestRecolorCursor(ScreenPtr pScreen, CursorPtr pCursor, Bool displayed); void xnestSetCursor (ScreenPtr pScreen, CursorPtr pCursor, int x, int y); void xnestMoveCursor (ScreenPtr pScreen, int x, int y); |