Ignore:
Timestamp:
Aug 6, 2003, 11:59:55 AM (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

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