Changeset 116 for trunk/src


Ignore:
Timestamp:
Aug 17, 2009, 7:09:10 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Implemented size/move event translation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qapplication_pm.cpp

    r114 r116  
    5656
    5757#include "private/qeventdispatcher_pm_p.h"
     58
    5859
    5960#include "qwidget_p.h"
     
    105106
    106107extern void qt_WinQueryClipRegionOrRect(HWND hwnd, HRGN hrgn); // qwidget_pm.cpp
     108
     109
    107110
    108111MRESULT EXPENTRY QtWndProc(HWND, ULONG, MPARAM, MPARAM);
     
    132135//  inline void showChildren(bool spontaneous) { d_func()->showChildren(spontaneous); }
    133136//  inline void hideChildren(bool spontaneous) { d_func()->hideChildren(spontaneous); }
    134     inline void validateObstacles() { d_func()->validateObstacles(); }
     137  inline void validateObstacles() { d_func()->validateObstacles(); }
    135138//  inline uint testWindowState(uint teststate){ return dataPtr()->window_state & teststate; }
    136139//  inline void forceUpdate() {
     
    14471450    // qwidget_pm.cpp), we have to validate areas that intersect with our
    14481451    // children and siblings, taking their clip regions into account.
    1449     validateObstacles();
     1452    validateObstacles();
    14501453
    14511454    Q_ASSERT(testAttribute(Qt::WA_WState_Created));