- Timestamp:
- Aug 29, 2009, 6:25:26 AM (16 years ago)
- Location:
- trunk/src/gui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r140 r143 64 64 #include "qcursor_p.h" 65 65 66 #define QT_DEBUGMSGFLOW66 //#define QT_DEBUGMSGFLOW 67 67 68 68 QT_BEGIN_NAMESPACE -
trunk/src/gui/painting/qwindowsurface_raster.cpp
r120 r143 203 203 #ifdef Q_WS_PM 204 204 QRect br = rgn.boundingRect(); 205 #if 1205 #if 0 206 206 qDebug("QRasterWindowSurface::flush: [%s] br=%d,%d/%d,%d", 207 207 qWidgetName(widget).toUtf8().constData(), -
trunk/src/gui/text/qfontengine_pm.cpp
r125 r143 63 63 face_id.index = 0; 64 64 65 init(face_id, false /*antialias*/);65 init(face_id, true /*antialias*/); 66 66 } 67 67
Note:
See TracChangeset
for help on using the changeset viewer.