X-Git-Url: https://git.piment-noir.org/?p=deb_xorg-server.git;a=blobdiff_plain;f=debian%2Fpatches%2Fxfree86_keep_non_seat0_from_touching_vts.patch;h=7631cb580b6b478e7005c16eb41c4da6c874898a;hp=4106a27d91dc6b81aa9de5a012a1b53d14582c94;hb=4db25562fe97995f20b8adc0f2e6959ed82e8635;hpb=7217e0ca50bba73dad94782e67980aeeb24ab693 diff --git a/debian/patches/xfree86_keep_non_seat0_from_touching_vts.patch b/debian/patches/xfree86_keep_non_seat0_from_touching_vts.patch index 4106a27..7631cb5 100644 --- a/debian/patches/xfree86_keep_non_seat0_from_touching_vts.patch +++ b/debian/patches/xfree86_keep_non_seat0_from_touching_vts.patch @@ -31,11 +31,9 @@ Reviewed-by: Hans de Goede hw/xfree86/common/xf86Init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c -index 9c8a86a..952bf37 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c -@@ -544,7 +544,8 @@ InitOutput(ScreenInfo * pScreenInfo, int argc, char **argv) +@@ -575,7 +575,8 @@ InitOutput(ScreenInfo * pScreenInfo, int if (NEED_IO_ENABLED(flags)) want_hw_access = TRUE; @@ -43,8 +41,5 @@ index 9c8a86a..952bf37 100644 + /* Non-seat0 X servers should not open console */ + if (!(flags & HW_SKIP_CONSOLE) && !ServerIsNotSeat0()) xorgHWOpenConsole = TRUE; - } --- -2.0.4 - + i++;