From 531776becf95f66e6e435aad0dc21ead436ff5aa Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Sun, 5 Dec 2004 21:33:23 +0000 Subject: [PATCH] missed another wBOOL issue --- hw/xwin/win.h | 2 +- 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;