[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'ubuntu'



 0 files changed

New commits:
commit 847e2beb3c4e93fbce430b1de8f7eb937d05279e
Author: Bryce Harrington <bryce@bryceharrington.org>
Date:   Sun Mar 21 14:11:16 2010 -0700

    Fix patch to compile

diff --git a/debian/patches/109_fix-swcursor-crash.patch b/debian/patches/109_fix-swcursor-crash.patch
index ec2db45..5e5e490 100644
--- a/debian/patches/109_fix-swcursor-crash.patch
+++ b/debian/patches/109_fix-swcursor-crash.patch
@@ -7,7 +7,7 @@ Index: xorg-server-1.6.5/hw/xfree86/modes/xf86Cursors.c
  					  xf86CursorScreenKey);
      /* return if HW cursor is inactive, to avoid displaying two cursors */
 -    if (!cursor_screen_priv->isUp)
-+    if (!cursor_screen || !cursor_screen_priv->isUp)
++    if (!cursor_screen_priv || !cursor_screen_priv->isUp)
  	return;
  
      scrn = xf86Screens[screen->myNum];


Reply to: