Ignore:
Timestamp:
Nov 14, 2001, 3:36:06 PM (24 years ago)
Author:
phaller
Message:

optimized set/get window text, heap pressure reduced

File:
1 edited

Legend:

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

    r7241 r7338  
    1 /* $Id: win32wbase.h,v 1.132 2001-10-28 10:38:14 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.133 2001-11-14 14:36:03 phaller Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    318318         CHAR  *getWindowNameA()              { return windowNameA; }; //only for MDI windows!
    319319         WCHAR *getWindowNameW()              { return windowNameW; }; //only for MDI windows!
    320 Win32WndClass  *getClass()  { return windowClass; };
    321 Win32BaseWindow *getOwner()                         { return owner; };
     320         int    getWindowNameLength()         { return windowNameLength; };
     321         Win32WndClass  *getClass()  { return windowClass; };
     322         Win32BaseWindow *getOwner() { return owner; };
    322323        void    setOwner(Win32BaseWindow *newOwner) { owner = newOwner; };
    323324
     
    444445        char   *windowNameA;
    445446        WCHAR  *windowNameW;
    446 
     447        int     windowNameLength;
     448 
    447449        char   *userWindowBytes;
    448450        ULONG   nrUserWindowBytes;
Note: See TracChangeset for help on using the changeset viewer.