diff options
Diffstat (limited to 'xorg-server/hw/xwin/winclip.c')
-rw-r--r-- | xorg-server/hw/xwin/winclip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winclip.c b/xorg-server/hw/xwin/winclip.c index 941e9483a..6862603ba 100644 --- a/xorg-server/hw/xwin/winclip.c +++ b/xorg-server/hw/xwin/winclip.c @@ -37,6 +37,6 @@ RegionPtr winPixmapToRegionNativeGDI(PixmapPtr pPix) { - ErrorF("winPixmapToRegion()\n"); + winDebug("winPixmapToRegion()\n"); return NULL; } |