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/image/qnativeimage_p.h

    r2 r115  
    5656#include "qimage.h"
    5757
    58 #ifdef Q_WS_WIN
     58#if defined(Q_WS_WIN)
    5959#include "qt_windows.h"
    6060
     
    8484    static QImage::Format systemFormat();
    8585
    86 #ifdef Q_WS_WIN
     86#if defined(Q_WS_WIN)
    8787    HDC hdc;
    8888    HBITMAP bitmap;
Note: See TracChangeset for help on using the changeset viewer.