X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fwin32ss%2Fuser%2Fwinsrv%2Fconsrv%2Finclude%2Fconio.h;h=0e8bbc40bc497930bf79fba1b90a436be76995a5;hp=76d4aa2a24426fb1f76e76bf1069209e6fc8959b;hb=302aba84c596ae6bb1bb71f3353d151d7bf050cd;hpb=ada67ba8d5729a995f28e22ab50aaf4ee5056cf1 diff --git a/reactos/win32ss/user/winsrv/consrv/include/conio.h b/reactos/win32ss/user/winsrv/consrv/include/conio.h index 76d4aa2a244..0e8bbc40bc4 100644 --- a/reactos/win32ss/user/winsrv/consrv/include/conio.h +++ b/reactos/win32ss/user/winsrv/consrv/include/conio.h @@ -66,7 +66,7 @@ struct _CONSOLE_SCREEN_BUFFER // PVOID Data; /* Private data for the frontend to use */ - COORD ScreenBufferSize; /* Size of this screen buffer. (Rows, Columns) for text-mode and (Width, Height) for graphics */ + COORD ScreenBufferSize; /* Size of this screen buffer. (Rows, Columns) for text-mode and (Width, Height) for graphics-mode */ COORD ViewSize; /* Associated "view" (i.e. console) size */ COORD OldScreenBufferSize; /* Old size of this screen buffer */