Changeset 9610 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Jan 4, 2003, 2:49:27 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r9605 r9610 1 /* $Id: pmwindow.cpp,v 1.19 2 2003-01-03 21:43:15sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.193 2003-01-04 13:49:27 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 259 259 } /* End of main */ 260 260 //****************************************************************************** 261 #ifdef NEW_WGSS 261 262 HBITMAP OPEN32API _O32_CreateBitmapFromPMHandle(HBITMAP hPMBitmap); 262 263 … … 271 272 return yyrc; 272 273 } 274 #endif 273 275 //****************************************************************************** 274 276 static void QueryPMMenuBitmaps() … … 300 302 hbmFrameMenu[PMMENU_CLOSEBUTTONDOWN] = GpiLoadBitmap(hdc, hModDisplay, SBMP_CLOSEDEP, 0, 0); 301 303 304 #ifdef NEW_WGSS 302 305 //Create win32 bitmap handles of the OS/2 min, max and restore buttons 303 306 hBmpMinButton = O32_CreateBitmapFromPMHandle(hbmFrameMenu[PMMENU_MINBUTTON]); … … 309 312 hBmpCloseButton = O32_CreateBitmapFromPMHandle(hbmFrameMenu[PMMENU_CLOSEBUTTON]); 310 313 hBmpCloseButtonDown = O32_CreateBitmapFromPMHandle(hbmFrameMenu[PMMENU_CLOSEBUTTONDOWN]); 314 #endif 311 315 DevCloseDC(hdc); 312 316 }
Note:
See TracChangeset
for help on using the changeset viewer.