Changeset 10091 for trunk/src/user32/win32wbase.h
- Timestamp:
- May 15, 2003, 2:40:20 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r10060 r10091 1 /* $Id: win32wbase.h,v 1.15 3 2003-05-02 15:33:17sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.154 2003-05-15 12:40:20 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 459 459 460 460 CREATESTRUCTA *tmpcs; //temporary pointer to CREATESTRUCT used in CreateWindowEx 461 ULONGsw; //set in CreateWindowExA, used in MsgCreate method461 int sw; //set in CreateWindowExA, used in MsgCreate method 462 462 463 463 SCROLLBAR_INFO *vertScrollInfo; … … 485 485 LONG HandleNCCalcSize(BOOL calcValidRects,RECT *winRect); 486 486 VOID DrawFrame(HDC hdc,RECT *rect,BOOL dlgFrame,BOOL active); 487 void FixCoordinates( CREATESTRUCTA *cs, INT *sw); 487 488 public: 488 489 VOID GetInsideRect(RECT *rect);
Note:
See TracChangeset
for help on using the changeset viewer.