- Timestamp:
- Feb 12, 2003, 10:39:44 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r9785 r9789 1 /* $Id: pmwindow.cpp,v 1.19 7 2003-02-11 14:20:01sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.198 2003-02-12 09:39:44 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 257 257 } /* End of main */ 258 258 //****************************************************************************** 259 #ifdef NEW_WGSS 259 260 HBITMAP OPEN32API _O32_CreateBitmapFromPMHandle(HBITMAP hPMBitmap); 260 261 … … 269 270 return yyrc; 270 271 } 272 #endif 271 273 //****************************************************************************** 272 274 static void QueryPMMenuBitmaps() … … 298 300 hbmFrameMenu[PMMENU_CLOSEBUTTONDOWN] = GpiLoadBitmap(hdc, hModDisplay, SBMP_CLOSEDEP, 0, 0); 299 301 302 #ifdef NEW_WGSS 300 303 //Create win32 bitmap handles of the OS/2 min, max and restore buttons 301 304 hBmpMinButton = O32_CreateBitmapFromPMHandle(hbmFrameMenu[PMMENU_MINBUTTON]); … … 307 310 hBmpCloseButton = O32_CreateBitmapFromPMHandle(hbmFrameMenu[PMMENU_CLOSEBUTTON]); 308 311 hBmpCloseButtonDown = O32_CreateBitmapFromPMHandle(hbmFrameMenu[PMMENU_CLOSEBUTTONDOWN]); 312 #endif 309 313 DevCloseDC(hdc); 310 314 }
Note:
See TracChangeset
for help on using the changeset viewer.