Ignore:
Timestamp:
Aug 18, 2009, 4:30:00 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: QWidget::setWindowState/setGeometry_sys/setWSGeometry in progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwidget_p.h

    r114 r120  
    157157    HWND fId;
    158158    HSWITCH swEntry;
     159
    159160#endif
    160161    QRect normalGeometry; // used by showMin/maximized/FullScreen
     
    636637#ifdef Q_WS_PM
    637638    void validateObstacles();
    638 
    639     static QWidget *fromHWND(HWND hwnd);
    640     static QByteArray name(QWidget *w);
    641     inline static QByteArray name(HWND hwnd) { return name(fromHWND(hwnd)); }
    642639#endif
    643640
Note: See TracChangeset for help on using the changeset viewer.