Skip to content

Commit

Permalink
fix compiler warning about xnestRecolorCursor() not being defined
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Jul 5, 2006
1 parent cc3e99f commit f059b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/xnest/XNCursor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f059b61

Please sign in to comment.