diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-12 20:14:05 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-13 11:17:02 +0930 |
commit | 1fc1a2897e9185838c29d9ffff07c39d2fdf174f (patch) | |
tree | 48984bc4333b42eaddeb9380dd08cd45cc7a05cb /include/scrnintstr.h | |
parent | 913989d643595030e67e7c0a758a16ae0da62ed9 (diff) |
Remove UndisplayCursor API.
We can achieve the same thing by simply displaying a NullCursor, there's no
need for a separate API.
Diffstat (limited to 'include/scrnintstr.h')
-rw-r--r-- | include/scrnintstr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h index 8a1de4a2b..6cf933304 100644 --- a/include/scrnintstr.h +++ b/include/scrnintstr.h @@ -440,10 +440,6 @@ typedef void (* MarkUnrealizedWindowProcPtr)( WindowPtr /*pWin*/, Bool /*fromConfigure*/); -typedef void (* UndisplayCursorProcPtr)( - DeviceIntPtr /* pDev */, - ScreenPtr /* pScreen */); - typedef Bool (* DeviceCursorInitializeProcPtr)( DeviceIntPtr /* pDev */, ScreenPtr /* pScreen */); @@ -601,7 +597,6 @@ typedef struct _Screen { MarkUnrealizedWindowProcPtr MarkUnrealizedWindow; /* Device cursor procedures */ - UndisplayCursorProcPtr UndisplayCursor; DeviceCursorInitializeProcPtr DeviceCursorInitialize; DeviceCursorCleanupProcPtr DeviceCursorCleanup; } ScreenRec; |