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

gui: Added OS/2 support to QRasterWindowSurface and to QNativeImage (this gives us rendering of the widget contents in double-buffer mode).

File:
1 edited

Legend:

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

    r92 r115  
    583583    HDC getDC() const;
    584584    void releaseDC(HDC) const;
     585#elif defined(Q_WS_PM)
     586    HPS getPS() const;
     587    void releasePS(HPS) const;
    585588#else
    586589    Qt::HANDLE handle() const;
Note: See TracChangeset for help on using the changeset viewer.