Ignore:
Timestamp:
Nov 27, 2002, 2:56:27 PM (23 years ago)
Author:
sandervl
Message:

CopyBitmap fix + use PM bitmaps for standard user32 frame buttons in OS/2 GUI mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.h

    r8735 r9437  
    1 /* $Id: pmwindow.h,v 1.17 2002-06-20 14:18:15 sandervl Exp $ */
     1/* $Id: pmwindow.h,v 1.18 2002-11-27 13:56:27 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    3131extern BOOL  fDragDropActive;
    3232
     33//Win32 bitmap handles of the OS/2 min, max and restore buttons
     34extern HBITMAP hBmpMinButton, hBmpMinButtonDown;
     35extern HBITMAP hBmpMaxButton, hBmpMaxButtonDown;
     36extern HBITMAP hBmpRestoreButton, hBmpRestoreButtonDown;
     37extern HBITMAP hBmpCloseButton, hBmpCloseButtonDown;
     38
    3339#define TFOS_LEFT                    0x0001
    3440#define TFOS_TOP                     0x0002
     
    3844#define TFOS_MOVE                    0x000F
    3945
     46#ifdef __cplusplus
    4047VOID FrameTrackFrame(Win32BaseWindow *win32wnd,DWORD flags);
    4148void Frame_SysCommandSizeMove(Win32BaseWindow *win32wnd, WPARAM wParam);
     49#endif
    4250
    4351#endif
Note: See TracChangeset for help on using the changeset viewer.