Changeset 10136 for trunk/include


Ignore:
Timestamp:
Jun 3, 2003, 1:58:57 PM (22 years ago)
Author:
sandervl
Message:

Send focus messages when we receive the undocumented WM_FOCUSCHANGED PM message. Removes the need for the ugly hack to deal with nested focus changes.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/thread.h

    r10079 r10136  
    143143              MSG            msg;            // Used by message translation to store translated PM message (sent to win32 window proc in pmwindow.cpp)
    144144              MSG            msgWCHAR;       // Used to store extra WM_CHAR message generated by TranslateMessage
    145               BOOL           fWM_SETFOCUS;   // set during WM_SETFOCUS message processing
    146               HWND           hwndFocus;      // set during WM_SETFOCUS message processing
    147145
    148146              DWORD          pidDebuggee;    // process id of debuggee
  • trunk/include/winuser32.h

    r9864 r10136  
    8383//this by posting a message
    8484//NOTE Must be smaller than WIN32APP_POSTMSG!
    85 #define WIN32APP_SETFOCUSMSG      (WIN32APP_POSTMSG-1)
    8685#define WIN32APP_POSTPONEDESTROY  (WIN32APP_POSTMSG-2)
    8786#define WIN32APP_DDRAWFULLSCREEN  (WIN32APP_POSTMSG-3)
Note: See TracChangeset for help on using the changeset viewer.