diff options
Diffstat (limited to 'hw/xwin/winclip.c')
-rw-r--r-- | hw/xwin/winclip.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xwin/winclip.c b/hw/xwin/winclip.c index aab7d632d..941e9483a 100644 --- a/hw/xwin/winclip.c +++ b/hw/xwin/winclip.c @@ -35,8 +35,8 @@ /* Look at mfb/mfbclip.c for sample implementation */ RegionPtr -winPixmapToRegionNativeGDI (PixmapPtr pPix) +winPixmapToRegionNativeGDI(PixmapPtr pPix) { - ErrorF ("winPixmapToRegion()\n"); - return NULL; + ErrorF("winPixmapToRegion()\n"); + return NULL; } |