Changeset 61 for trunk/include/qwindowdefs_pm.h
- Timestamp:
- Feb 6, 2006, 10:43:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/qwindowdefs_pm.h
r8 r61 56 56 #include <os2.h> 57 57 58 // Innotek GCC lacks some API functions in its version of OS/2 Toolkit headers 59 60 #define QCRGN_ERROR 0 61 #define QCRGN_OK 1 62 #define QCRGN_NO_CLIP_REGION 2 63 64 LONG APIENTRY WinQueryClipRegion( HWND hwnd, HRGN hrgnClip ); 65 BOOL APIENTRY WinSetClipRegion( HWND hwnd, HRGN hrgnClip ); 66 58 67 #else 59 68 … … 71 80 typedef HWND WId; 72 81 73 //@@TODO (dmik): remove74 //Q_EXPORT HINSTANCE qWinAppInst();75 //Q_EXPORT HINSTANCE qWinAppPrevInst();76 //Q_EXPORT int qWinAppCmdShow();77 82 Q_EXPORT HPS qt_display_ps(); 78 83
Note:
See TracChangeset
for help on using the changeset viewer.