Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
IntCreatePrimarySurface() (win32k/objects/dc.c) calls DrvEnableSurface() and DrvAssertMode() (drivers/video/displays/framebuf/surface.c), which both set graphics video mode.
The same situation with IntDestroyPrimarySurface(), DrvAssertMode() and ObDereferenceObject(PrimarySurface.VideoFileObject), which also set text video mode.