Changeset 16 for trunk/src/kernel32/conprop.h
- Timestamp:
- May 31, 1999, 10:28:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/conprop.h
r4 r16 1 /* $Id: conprop.h,v 1.1 1999-05-24 20:19:43 ktk Exp $ */2 3 /*4 *5 * Project Odin Software License can be found in LICENSE.TXT6 *7 */8 1 /* 9 2 * Win32 Console Subsystem for OS/2 … … 69 62 BOOL fSetWindowPosition; /* TRUE if window has to be positioned */ 70 63 71 COORD coordDefaultPosition; 72 COORD coordDefaultSize; 64 COORD coordDefaultPosition; /* default position of the console window */ 65 COORD coordDefaultSize; /* default size of the console window */ 66 COORD coordBufferSize; /* size of the console buffer */ 73 67 74 68 BOOL fQuickInsert; /* like NT's quick insert mode */
Note:
See TracChangeset
for help on using the changeset viewer.