Ignore:
Timestamp:
Oct 9, 2001, 7:18:05 AM (24 years ago)
Author:
phaller
Message:

enabled low-level keyboard hook

File:
1 edited

Legend:

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

    r6945 r6972  
    1 /* $Id: win32wbase.h,v 1.129 2001-10-03 22:34:32 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.130 2001-10-09 05:18:04 phaller Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    179179         HWND   getOS2WindowHandle()            { return OS2Hwnd; };
    180180         HWND   getOS2FrameWindowHandle()       { return OS2HwndFrame; };
     181         HWND   getLastActive()                 { return hwndLastActive; };
     182         void   setLastActive(HWND _hwndLastActive)
     183                                                { hwndLastActive = _hwndLastActive; };
    181184
    182185 Win32WndClass *getWindowClass()                { return windowClass; };
     
    394397        ULONG   dwIDMenu;               //GWL_ID
    395398        ULONG   userData;               //GWL_USERDATA
    396 
     399        HWND    hwndLastActive;         // last active popup handle
     400 
    397401        ULONG   cbExtra;
    398402        PVOID   pExtra;
Note: See TracChangeset for help on using the changeset viewer.