diff options
Diffstat (limited to 'hw/xquartz/darwin.h')
-rw-r--r-- | hw/xquartz/darwin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/darwin.h b/hw/xquartz/darwin.h index 350eadeb6..e874af24c 100644 --- a/hw/xquartz/darwin.h +++ b/hw/xquartz/darwin.h @@ -42,7 +42,6 @@ void DarwinPrintBanner(void); int DarwinParseModifierList(const char *constmodifiers, int separatelr); void DarwinAdjustScreenOrigins(ScreenInfo *pScreenInfo); -void xf86SetRootClip (ScreenPtr pScreen, int enable); #define SCREEN_PRIV(pScreen) ((DarwinFramebufferPtr) \ dixLookupPrivate(&pScreen->devPrivates, darwinScreenKey)) |