Ignore:
Timestamp:
Aug 6, 2003, 12:02:19 PM (22 years ago)
Author:
sandervl
Message:

DF: HMDeviceConsoleOutClass::CreateFile; use current window size instead of default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/conout.cpp

    r10209 r10210  
    1 /* $Id: conout.cpp,v 1.15 2003-08-06 09:59:55 sandervl Exp $ */
     1/* $Id: conout.cpp,v 1.16 2003-08-06 10:02:19 sandervl Exp $ */
    22
    33/*
     
    135135
    136136    fResult = SetConsoleScreenBufferSize(hConsole,
    137                                          pConsoleGlobals->Options.coordWindowSize);
     137                                         pConsoleGlobals->coordWindowSize);
    138138    if (fResult == FALSE)
    139139    {
Note: See TracChangeset for help on using the changeset viewer.