Changeset 101
- Timestamp:
- Jul 23, 2006, 10:30:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qwidget_pm.cpp
r100 r101 865 865 fcData.hmodResources = NULL; 866 866 fcData.idResources = 0; 867 // check whether a default icon is present in .EXE and use it if so 868 ULONG sz = 0; 869 if ( DosQueryResourceSize( NULL, RT_POINTER, 1, &sz ) == 0 ) { 870 fcData.flCreateFlags |= FCF_ICON; 871 fcData.idResources = 1; 872 } 867 873 #if !defined(QT_NO_DEBUG) && defined(QT_DEBUGWINCREATEDESTROY) 868 874 qDebug ( "|Creating top level window [%s/%s] (frame):\n" … … 1910 1916 qt_WinProcessWindowObstacles( winId(), &rclAff, hrgnObst, CRGN_OR, 1911 1917 PWO_Sibings | PWO_Ancestors | 1912 PWO_ TopLevel );1918 PWO_Screen | PWO_TopLevel ); 1913 1919 // shift region of obstacles and affected region back to 1914 1920 // parent coords
Note:
See TracChangeset
for help on using the changeset viewer.