Ignore:
Timestamp:
Jan 14, 2000, 6:48:33 PM (26 years ago)
Author:
cbratschi
Message:

DrawCaption performance improvements for window text updates

File:
1 edited

Legend:

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

    r2437 r2440  
    1 /* $Id: win32wbase.h,v 1.28 2000-01-14 14:45:18 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.29 2000-01-14 17:48:33 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    114114         ULONG  MsgPaint(ULONG tmp1, BOOL select = TRUE);
    115115         ULONG  MsgEraseBackGround(HDC hdc);
    116         ULONG  MsgHitTest(ULONG x, ULONG y);
     116        ULONG  MsgHitTest(ULONG x, ULONG y);
    117117         ULONG  MsgNCPaint();
    118118         ULONG  MsgFormatFrame(WINDOWPOS *lpWndPos);
     
    189189         HMENU  GetMenu()                           { return hMenu; };
    190190         VOID   SetMenu(HMENU newMenu)              { hMenu = newMenu; };
    191         void   SetSysMenu(HMENU hSystemMenu)       { hSysMenu = hSystemMenu; };
     191        void   SetSysMenu(HMENU hSystemMenu)       { hSysMenu = hSystemMenu; };
    192192         HMENU  GetSysMenu()                        { return hSysMenu; }
    193193
     
    400400        VOID  DrawMaxButton(HDC hdc,BOOL down,BOOL bGrayed);
    401401        VOID  DrawMinButton(HDC hdc,BOOL down,BOOL bGrayed);
    402         VOID  DrawCaption(HDC hdc,RECT *rect,BOOL active);
     402        VOID  DrawCaption(HDC hdc,RECT *rect,BOOL active,BOOL redrawText);
     403        VOID  UpdateCaptionText();
    403404        VOID  DoNCPaint(HRGN clip,BOOL suppress_menupaint);
    404405        LONG  HandleNCPaint(HRGN clip);
Note: See TracChangeset for help on using the changeset viewer.