Changeset 5244 for trunk/include/winconst.h
- Timestamp:
- Feb 22, 2001, 7:13:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r5156 r5244 1 /* $Id: winconst.h,v 1. 39 2001-02-17 19:55:39sandervl Exp $ */1 /* $Id: winconst.h,v 1.40 2001-02-22 18:13:00 sandervl Exp $ */ 2 2 3 3 /* … … 1470 1470 #define GW_OWNER_W 4 1471 1471 #define GW_CHILD_W 5 1472 1473 /* WM_NCCALCSIZE return flags */ 1474 #define WVR_ALIGNTOP_W 0x0010 1475 #define WVR_ALIGNLEFT_W 0x0020 1476 #define WVR_ALIGNBOTTOM_W 0x0040 1477 #define WVR_ALIGNRIGHT_W 0x0080 1478 #define WVR_HREDRAW_W 0x0100 1479 #define WVR_VREDRAW_W 0x0200 1480 #define WVR_REDRAW_W (WVR_HREDRAW_W | WVR_VREDRAW_W) 1481 #define WVR_VALIDRECTS_W 0x0400
Note:
See TracChangeset
for help on using the changeset viewer.