ODROID-U3 xorg-server debian package fork :
[deb_xorg-server.git] / debian / patches / xfree86_keep_non_seat0_from_touching_vts.patch
index 4106a27d91dc6b81aa9de5a012a1b53d14582c94..7631cb580b6b478e7005c16eb41c4da6c874898a 100644 (file)
@@ -31,11 +31,9 @@ Reviewed-by: Hans de Goede <hdegoede@redhat.com>
  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++;