You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
From 13118f3052e870c3cef6260235b489a288df5a59 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Adam Jackson <ajax@redhat.com>
|
|
|
|
Date: Tue, 9 Oct 2018 12:28:48 -0400
|
|
|
|
Subject: [PATCH xserver] xfree86: LeaveVT from xf86CrtcCloseScreen
|
|
|
|
|
|
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
|
|
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
|
|
|
|
---
|
|
|
|
hw/xfree86/modes/xf86Crtc.c | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
|
|
|
|
index 686cb51..710a41d 100644
|
|
|
|
--- a/hw/xfree86/modes/xf86Crtc.c
|
|
|
|
+++ b/hw/xfree86/modes/xf86Crtc.c
|
|
|
|
@@ -776,6 +776,8 @@ xf86CrtcCloseScreen(ScreenPtr screen)
|
|
|
|
crtc->randr_crtc = NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
+ scrn->LeaveVT(scrn);
|
|
|
|
+
|
|
|
|
screen->CloseScreen = config->CloseScreen;
|
|
|
|
|
|
|
|
xf86RotateCloseScreen(screen);
|
|
|
|
--
|
|
|
|
2.19.1
|
|
|
|
|