diff options
Diffstat (limited to 'hw/xwin/winvideo.c')
-rwxr-xr-x | hw/xwin/winvideo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winvideo.c b/hw/xwin/winvideo.c index 4cdb3c485..0438e5f54 100755 --- a/hw/xwin/winvideo.c +++ b/hw/xwin/winvideo.c @@ -185,7 +185,7 @@ winSetupImageVideo (ScreenPtr pScreen) #if 0 /* gotta uninit this someplace */ - REGION_NULL(pScreen, &pPriv->clip); + RegionNull(&pPriv->clip); #endif #if 0 |