diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-12-05 21:33:23 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-12-05 21:33:23 +0000 |
commit | 531776becf95f66e6e435aad0dc21ead436ff5aa (patch) | |
tree | cf0a414a1a77b0b52b1034c42b438b3dc5da96bc | |
parent | 9bd1328c49aafae67a6a6d9fd17063c75d8547a2 (diff) |
missed another wBOOL issue
-rw-r--r-- | hw/xwin/win.h | 2 | ||||
-rwxr-xr-x | hw/xwin/winwin32rootlesswindow.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h index 74d3e89e0..1f02bfa7b 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -1396,7 +1396,7 @@ void winMWExtWMUpdateWindowDecoration (win32RootlessWindowPtr pRLWinPriv, winScreenInfoPtr pScreenInfo); -BOOL CALLBACK +wBOOL CALLBACK winMWExtWMDecorateWindow (HWND hwnd, LPARAM lParam); Bool diff --git a/hw/xwin/winwin32rootlesswindow.c b/hw/xwin/winwin32rootlesswindow.c index a08cb6820..8c34343ce 100755 --- a/hw/xwin/winwin32rootlesswindow.c +++ b/hw/xwin/winwin32rootlesswindow.c @@ -188,7 +188,7 @@ winMWExtWMUpdateIcon (Window id) * winMWExtWMDecorateWindow - Update window style. Called by EnumWindows. */ -BOOL CALLBACK +wBOOL CALLBACK winMWExtWMDecorateWindow (HWND hwnd, LPARAM lParam) { win32RootlessWindowPtr pRLWinPriv = NULL; |