Ignore:
Timestamp:
Oct 11, 1999, 5:26:07 PM (26 years ago)
Author:
sandervl
Message:

Desktop enable bugfix + CTLCOLOR Wine port

File:
1 edited

Legend:

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

    r1209 r1245  
    1 /* $Id: win32wbase.h,v 1.16 1999-10-09 09:45:28 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.17 1999-10-11 15:26:06 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    155155         BOOL   IsIconic();
    156156         HWND   GetWindow(UINT uCmd);
    157          BOOL   EnableWindow(BOOL fEnable);
     157 virtual BOOL   EnableWindow(BOOL fEnable);
    158158         BOOL   CloseWindow();
    159159  static HWND   GetActiveWindow();
     
    189189       LRESULT  DefWindowProcW(UINT msg, WPARAM wParam, LPARAM lParam);
    190190
     191       LRESULT  DefWndControlColor(UINT ctlType, HDC hdc);
     192
    191193         void   NotifyParent(UINT Msg, WPARAM wParam, LPARAM lParam);
    192194
Note: See TracChangeset for help on using the changeset viewer.