Changeset 115 for trunk/src/gui/image
- Timestamp:
- Aug 17, 2009, 7:06:32 AM (16 years ago)
- Location:
- trunk/src/gui/image
- Files:
-
- 2 edited
-
qnativeimage.cpp (modified) (1 diff)
-
qnativeimage_p.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/image/qnativeimage.cpp
r2 r115 141 141 } 142 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 143 162 144 163 #elif defined(Q_WS_X11) && !defined(QT_NO_MITSHM) -
trunk/src/gui/image/qnativeimage_p.h
r2 r115 56 56 #include "qimage.h" 57 57 58 #if def Q_WS_WIN58 #if 59 59 #include "qt_windows.h" 60 60 … … 84 84 static QImage::Format systemFormat(); 85 85 86 #if def Q_WS_WIN86 #if 87 87 HDC hdc; 88 88 HBITMAP bitmap;
Note:
See TracChangeset
for help on using the changeset viewer.
