Ignore:
Timestamp:
Feb 15, 2001, 1:33:01 AM (25 years ago)
Author:
sandervl
Message:

SetFocus fixes during WM_SETFOCUS

File:
1 edited

Legend:

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

    r4925 r5137  
    1 /* $Id: win32wbase.h,v 1.103 2001-01-10 20:39:15 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.104 2001-02-15 00:33:01 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    4949#define OPEN32_MSGDIFF            0xC00
    5050#define WIN32APP_POSTMSG          (0x1000+OPEN32_MSGDIFF)
     51
     52//PM doesn't allow SetFocus during WM_SETFOCUS message processing; must delay
     53//this by posting a message
     54#define WIN32APP_SETFOCUSMSG      (0x1001+OPEN32_MSGDIFF)
    5155
    5256#define WIN32MSG_MAGICA           0x12345678
Note: See TracChangeset for help on using the changeset viewer.