aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winclip.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/winclip.c')
-rw-r--r--xorg-server/hw/xwin/winclip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg-server/hw/xwin/winclip.c b/xorg-server/hw/xwin/winclip.c
index aab7d632d..941e9483a 100644
--- a/xorg-server/hw/xwin/winclip.c
+++ b/xorg-server/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;
}