- Timestamp:
- Aug 17, 2009, 7:06:32 AM (16 years ago)
- Location:
- trunk/src/gui
- Files:
-
- 5 edited
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; -
trunk/src/gui/kernel/qwidget.cpp
r112 r115 10359 10359 qErrnoWarning("QWidget::releaseDC(): failed to release HDC"); 10360 10360 } 10361 10362 10363 10364 10365 10366 10367 10368 10369 10370 10371 10372 10373 10374 10375 10376 10377 10378 10379 10380 10381 10382 10383 10384 10385 10386 10387 10388 10389 10390 10391 10361 10392 #else 10362 10393 /*! -
trunk/src/gui/kernel/qwidget.h
r92 r115 583 583 HDC getDC() const; 584 584 void releaseDC(HDC) const; 585 586 587 585 588 #else 586 589 Qt::HANDLE handle() const; -
trunk/src/gui/painting/qwindowsurface_raster.cpp
r2 r115 199 199 #endif 200 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 201 249 #endif 202 250
Note:
See TracChangeset
for help on using the changeset viewer.