summaryrefslogtreecommitdiff
path: root/new/uipriv_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-08 21:08:53 -0400
committerPietro Gagliardi <[email protected]>2015-04-08 21:08:53 -0400
commitc6d7e331213adc935b1755a4a2aa35a5ecba9e80 (patch)
tree9c997add94363b31580f9daf2d242573ac64ce80 /new/uipriv_windows.h
parentfef91d9820b5df51f2ef7aff49043933f2e413b9 (diff)
Decided to not call InvalidateRect() in the Windows updateParent(); the Cocoa one doesn't either, and besides, if controls expose something then the parent areas would be invalidated anyway :/ More TODO removal.
Diffstat (limited to 'new/uipriv_windows.h')
-rw-r--r--new/uipriv_windows.h2
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