reactos/reactos/win32ss
Hermès Bélusca-Maïto 2e6eddbc97 [CONSRV]
- Call TermGetLargestConsoleWindowSize to obtain the largest console window size allowed on the system, and use it for GetConsoleScreenBufferInfo and for SetConsoleWindowInfo too, where it is used to check if the given user window size is not too large.
- Improve GuiGetLargestConsoleWindowSize for multi-monitor situations.
- Remove the redundant definition of GetScreenBufferSizeUnits in guiterm.c (it already exists in conwnd.c).

svn path=/trunk/; revision=72993
2016-10-18 23:51:59 +00:00
..
drivers [VGADDI] 2016-09-07 14:38:58 +00:00
gdi [GDI32] 2016-10-08 08:28:08 +00:00
include [Win32SS] 2016-09-28 16:51:53 +00:00
reactx [GDI32] 2016-07-06 06:20:36 +00:00
user [CONSRV] 2016-10-18 23:51:59 +00:00
CMakeLists.txt [SDK] One step further towards ReactOS source code tree restructure: the sdk folder that groups includes, libraries and tools. CORE-9111 2016-04-20 12:36:25 +00:00
napi.h [WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 2015-11-10 17:41:55 +00:00
pch.h [WIN32K] 2015-10-16 15:33:19 +00:00
sys-stubs.S [ASM] 2015-05-10 21:03:53 +00:00
w32ksvc.db [WIN32SS] Fix NtGdiOpenDCW and NtUserChangeDisplaySettings to have the correct amount of parameters by removing two more unused/deprecated/ignored parameters. NtUserEnumDisplayMonitors is the only remaining one now, which needs to do a usermode callback to get rid of its extra parameter. 2015-09-09 19:12:48 +00:00
w32ksvc.h [WIN32SS] Fix NtUserChangeDisplaySettings, I accidently removed one (unused) param too much (parameter count should be 4 after all), and it seems code relied on this check. 2015-09-09 19:38:36 +00:00
win32k.h [WIN32K] 2015-03-25 22:32:35 +00:00
win32k.rc
win32k.spec [WIN32K] 2015-09-09 13:49:39 +00:00
win32kp.h - Enable placing kernel functions in the .INIT section (GCC only, MSVC is TBD). This allows them to be freed from memory after initialization is finished. 2015-09-03 15:31:09 +00:00