- Timestamp:
- Oct 20, 2006, 11:46:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qregion_pm.cpp
r61 r140 41 41 #include "qbitmap.h" 42 42 #include "qimage.h" 43 #include "qt_os2.h"44 43 45 44 // To compensate the difference between Qt (where y axis goes downwards) and … … 73 72 ULONG flOptions ); 74 73 #endif 74 75 // this include statement is *after* the above extern definitions because of the 76 // Innotek GCC bug regarding the __attribute__((__system__)) processing, see 77 // http://svn.netlabs.org/libc/ticket/129 for more info. 78 #include "qt_os2.h" 75 79 76 80 QRegion::QRegion()
Note:
See TracChangeset
for help on using the changeset viewer.