Changeset 9605 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Jan 3, 2003, 10:43:17 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r9463 r9605 1 /* $Id: pmwindow.cpp,v 1.19 1 2002-12-04 15:23:39sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.192 2003-01-03 21:43:15 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 53 53 #include <win\dbt.h> 54 54 #include "dragdrop.h" 55 #include "menu.h" 55 56 56 57 #define DBG_LOCALLOG DBG_pmwindow … … 240 241 if(fOS2Look) 241 242 { 243 #if 0 242 244 SYSCOLOR_Init(FALSE); //use OS/2 colors 245 #endif 243 246 QueryPMMenuBitmaps(); 244 247 } … … 297 300 hbmFrameMenu[PMMENU_CLOSEBUTTONDOWN] = GpiLoadBitmap(hdc, hModDisplay, SBMP_CLOSEDEP, 0, 0); 298 301 299 #ifdef NEW_WGSS300 302 //Create win32 bitmap handles of the OS/2 min, max and restore buttons 301 303 hBmpMinButton = O32_CreateBitmapFromPMHandle(hbmFrameMenu[PMMENU_MINBUTTON]); … … 307 309 hBmpCloseButton = O32_CreateBitmapFromPMHandle(hbmFrameMenu[PMMENU_CLOSEBUTTON]); 308 310 hBmpCloseButtonDown = O32_CreateBitmapFromPMHandle(hbmFrameMenu[PMMENU_CLOSEBUTTONDOWN]); 309 #endif310 311 DevCloseDC(hdc); 311 312 } 312 313 } 313 //******************************************************************************314 //menu.cpp315 BOOL MENU_Init();316 314 //****************************************************************************** 317 315 //****************************************************************************** … … 320 318 if(fLooks == OS2_APPEARANCE || fLooks == OS2_APPEARANCE_SYSMENU) 321 319 { 320 #if 0 322 321 SYSCOLOR_Init(FALSE); //use OS/2 colors 322 #endif 323 323 QueryPMMenuBitmaps(); 324 324 }
Note:
See TracChangeset
for help on using the changeset viewer.