diff options
Diffstat (limited to 'xorg-server/hw/xwin/winmisc.c')
-rw-r--r-- | xorg-server/hw/xwin/winmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winmisc.c b/xorg-server/hw/xwin/winmisc.c index 10f97322f..f810ed073 100644 --- a/xorg-server/hw/xwin/winmisc.c +++ b/xorg-server/hw/xwin/winmisc.c @@ -44,7 +44,7 @@ void winQueryBestSizeNativeGDI(int class, unsigned short *pWidth, unsigned short *pHeight, ScreenPtr pScreen) { - ErrorF("winQueryBestSizeNativeGDI\n"); + winDebug ("winQueryBestSizeNativeGDI\n"); } #endif |