diff options
Diffstat (limited to 'new/uipriv_windows.h')
| -rw-r--r-- | new/uipriv_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/uipriv_windows.h b/new/uipriv_windows.h index 7f5f8c8..5383b54 100644 --- a/new/uipriv_windows.h +++ b/new/uipriv_windows.h @@ -33,7 +33,7 @@ enum { // redirected WM_COMMAND and WM_NOTIFY msgCOMMAND = WM_APP + 0x40, // start offset just to be safe msgNOTIFY, - msgUpdateChild, // fake because wine (only? TODO) seems to SWP_NOSIZE MoveWindow()s and SetWindowPos()s that don't change the window size (even if SWP_NOSIZE isn't specified) + msgUpdateChild, // fake because Windows seems to SWP_NOSIZE MoveWindow()s and SetWindowPos()s that don't change the window size (even if SWP_NOSIZE isn't specified) }; // debug_windows.c |
