reactos/win32ss/gdi/eng
Timo Kreuzer 9666f00572 [WIN32K][NTOS] Fix parameter to MmMapViewOfSection
The code was passing 0 instead of SECTION_INHERIT::ViewUnmap (2). 0 isn't even a proper constant to be used here. It worked, because MmMapViewOfSection only compares against ViewShare (1) and treats everything else as ViewUnmap.
2023-09-09 12:15:24 +03:00
..
i386
alphablend.c
bitblt.c
bitblt_new.c
clip.c
copybits.c
debug.c
device.c [REACTOS] Fix typos in comments (#5591) 2023-08-22 16:20:29 +03:00
device.h
driverobj.c
driverobj.h
drvdbg.c
eng.h
engbrush.c
engevent.c
engevent.h
engmisc.c
engobjects.h [NTGDI][FREETYPE] lfWidth for GetTextMetrics and GetCharWidth (#4919) 2022-12-01 08:54:39 +09:00
engwindow.c
error.c
float.c
floatobj.h
gradient.c
inteng.h
ldevobj.c [REACTOS] Fix typos in comments (#5591) 2023-08-22 16:20:29 +03:00
ldevobj.h
lineto.c
mapping.c [WIN32K][NTOS] Fix parameter to MmMapViewOfSection 2023-09-09 12:15:24 +03:00
mapping.h
math.c
mdevobj.c
mdevobj.h
mem.c
mouse.c
mouse.h
multidisp.c
paint.c
pandisp.c
pathobj.c
pdevobj.c [WIN32SS][ENG][NTDDRAW] Manage DirectDraw instances when switching display mode (#4519) 2023-06-21 18:00:24 +02:00
pdevobj.h [WIN32SS][ENG][NTDDRAW] Manage DirectDraw instances when switching display mode (#4519) 2023-06-21 18:00:24 +02:00
perfcnt.c
rlecomp.c
semaphor.c
sort.c
stretchblt.c
string.c
stubs.c
surface.c
surface.h
transblt.c
umpdstubs.c
xlateobj.c
xlateobj.h