Ignore:
Timestamp:
Feb 6, 2000, 11:00:25 PM (26 years ago)
Author:
sandervl
Message:

DC changes + commented out shell position update

File:
1 edited

Legend:

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

    r2469 r2672  
    1 /* $Id: win32class.h,v 1.8 2000-01-18 20:08:16 sandervl Exp $ */
     1/* $Id: win32class.h,v 1.9 2000-02-06 22:00:23 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    5050         ULONG  getStyle()              { return windowStyle; };
    5151
     52           HDC  getClassDC()            { return hdcClass; };
     53
    5254          void  setMenuName(LPSTR newMenuName);
    5355
     
    8486 WCHAR         *classNameW;
    8587 HICON          hIconSm;
     88 HDC            hdcClass;
    8689
    8790 //User data class words/longs
Note: See TracChangeset for help on using the changeset viewer.