Ignore:
Timestamp:
Dec 4, 2002, 4:23:41 PM (23 years ago)
Author:
sandervl
Message:

extra logging + support for postponed ddraw resize

File:
1 edited

Legend:

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

    r9418 r9463  
    1 /* $Id: win32wbase.h,v 1.146 2002-11-20 12:59:06 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.147 2002-12-04 15:23:41 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    6262    LPSTR               string;   /* Property string (or atom) */
    6363} PROPERTY;
    64 
    65 //PostThreadMessage is done through Open32; which means the message id will be translated
    66 //(0xc00 added)
    67 #define OPEN32_MSGDIFF            0xC00
    68 #define WIN32APP_POSTMSG          (0x1000+OPEN32_MSGDIFF)
    69 
    70 //PM doesn't allow SetFocus during WM_SETFOCUS message processing; must delay
    71 //this by posting a message
    72 //NOTE Must be smaller than WIN32APP_POSTMSG!
    73 #define WIN32APP_SETFOCUSMSG      (WIN32APP_POSTMSG-1)
    74 #define WIN32APP_POSTPONEDESTROY  (WIN32APP_POSTMSG-2)
    75 
    76 #define WIN32MSG_MAGICA           0x12345678
    77 #define WIN32MSG_MAGICW           0x12345679
    78 
    79 typedef struct
    80 {
    81         ULONG           wParam;
    82         ULONG           lParam;
    83 } POSTMSG_PACKET;
    8464
    8565#define HAS_DLGFRAME(style,exStyle) \
Note: See TracChangeset for help on using the changeset viewer.