diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-06-21 13:19:32 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-06-21 13:19:32 +0000 |
commit | d6e8b1affec7351549c0006cc63b6923091cdd68 (patch) | |
tree | 6e5e9dd1c1ec6e141349337df844b649bbf4277d /hw/xwin/winmultiwindowshape.c | |
parent | dfdbb60bf5f613b3554d5435f08f16bde72aa353 (diff) |
Bug 777: Merge from CYGWIN branch
Diffstat (limited to 'hw/xwin/winmultiwindowshape.c')
-rwxr-xr-x | hw/xwin/winmultiwindowshape.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/hw/xwin/winmultiwindowshape.c b/hw/xwin/winmultiwindowshape.c index a21bbe9f3..bfec1a1ea 100755 --- a/hw/xwin/winmultiwindowshape.c +++ b/hw/xwin/winmultiwindowshape.c @@ -36,13 +36,6 @@ /* - * External global variables - */ - -extern HICON g_hiconX; - - -/* * winSetShapeMultiWindow - See Porting Layer Definition - p. 42 */ @@ -91,7 +84,7 @@ winReshapeMultiWindow (WindowPtr pWin) winWindowPriv(pWin); #if CYGDEBUG - ErrorF ("winReshape ()\n"); + winDebug ("winReshape ()\n"); #endif /* Bail if the window is the root window */ |