missed another wBOOL issue
This commit is contained in:
parent
9bd1328c49
commit
531776becf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue