- Timestamp:
- Aug 17, 2009, 7:09:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r114 r116 56 56 57 57 #include "private/qeventdispatcher_pm_p.h" 58 58 59 59 60 #include "qwidget_p.h" … … 105 106 106 107 extern void qt_WinQueryClipRegionOrRect(HWND hwnd, HRGN hrgn); // qwidget_pm.cpp 108 109 107 110 108 111 MRESULT EXPENTRY QtWndProc(HWND, ULONG, MPARAM, MPARAM); … … 132 135 // inline void showChildren(bool spontaneous) { d_func()->showChildren(spontaneous); } 133 136 // inline void hideChildren(bool spontaneous) { d_func()->hideChildren(spontaneous); } 134 137 inline void validateObstacles() { d_func()->validateObstacles(); } 135 138 // inline uint testWindowState(uint teststate){ return dataPtr()->window_state & teststate; } 136 139 // inline void forceUpdate() { … … 1447 1450 // qwidget_pm.cpp), we have to validate areas that intersect with our 1448 1451 // children and siblings, taking their clip regions into account. 1449 validateObstacles();1452 validateObstacles(); 1450 1453 1451 1454 Q_ASSERT(testAttribute(Qt::WA_WState_Created));