debian/patches/109_fix-swcursor-crash.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5083f06a042eb2c3d370828af5b589b13314425e Author: Robert Hooker <[email protected]> Date: Sun Mar 21 17:09:29 2010 -0400 Fix up 109_fix-swcursor-crash.patch. 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]; -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

