Changeset 9781 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Feb 10, 2003, 7:31:45 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r9765 r9781 1 /* $Id: pmwindow.cpp,v 1.19 5 2003-02-06 20:28:39sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.196 2003-02-10 18:31:45 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 } … … 1574 1578 // -> problems with update region if we don't do it 1575 1579 // todo: rewrite whole handling 1576 dprintf(("PMFRAME: WM_WINDOWPOSCHANGED invalidate all"));1577 1580 WinInvalidateRect(hwnd,NULL,TRUE); 1578 1581 }
Note:
See TracChangeset
for help on using the changeset viewer.