Ignore:
Timestamp:
May 31, 1999, 10:28:16 PM (26 years ago)
Author:
phaller
Message:

Console property update

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.TXT
    6  *
    7  */
    81/*
    92 * Win32 Console Subsystem for OS/2
     
    6962  BOOL  fSetWindowPosition;           /* TRUE if window has to be positioned */
    7063
    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             */
    7367
    7468  BOOL  fQuickInsert;                         /* like NT's quick insert mode */
Note: See TracChangeset for help on using the changeset viewer.