diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-08 20:53:34 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-08 20:53:34 -0400 |
| commit | fef91d9820b5df51f2ef7aff49043933f2e413b9 (patch) | |
| tree | 3498d4f54429a212176258d1a0a2e4861be867eb /new/uipriv_windows.h | |
| parent | 87bb7328324a626d6278eaa204206311f717c7fb (diff) | |
"Fixed" initial Windows window shows for now (see previous commit). Not yet a clean fix; need to test some things on real Windows first.
Diffstat (limited to 'new/uipriv_windows.h')
| -rw-r--r-- | new/uipriv_windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new/uipriv_windows.h b/new/uipriv_windows.h index bc8890a..7f5f8c8 100644 --- a/new/uipriv_windows.h +++ b/new/uipriv_windows.h @@ -33,6 +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) }; // debug_windows.c |
