mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-05 06:53:57 +00:00
missed another wBOOL issue
This commit is contained in:
@@ -1396,7 +1396,7 @@ void
|
||||
winMWExtWMUpdateWindowDecoration (win32RootlessWindowPtr pRLWinPriv,
|
||||
winScreenInfoPtr pScreenInfo);
|
||||
|
||||
BOOL CALLBACK
|
||||
wBOOL CALLBACK
|
||||
winMWExtWMDecorateWindow (HWND hwnd, LPARAM lParam);
|
||||
|
||||
Bool
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user