diff options
Diffstat (limited to 'xfixes')
-rw-r--r-- | xfixes/cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfixes/cursor.c b/xfixes/cursor.c index 4eee59246..c45da27a9 100644 --- a/xfixes/cursor.c +++ b/xfixes/cursor.c @@ -196,7 +196,7 @@ CursorCloseScreen(ScreenPtr pScreen) Bool ret; _X_UNUSED CloseScreenProcPtr close_proc; _X_UNUSED DisplayCursorProcPtr display_proc; - ConstrainCursorHarderProcPtr constrain_proc; + _X_UNUSED ConstrainCursorHarderProcPtr constrain_proc; Unwrap(cs, pScreen, CloseScreen, close_proc); Unwrap(cs, pScreen, DisplayCursor, display_proc); |