Accepting request 56994 from X11:XOrg

Accepted submit request 56994 from user sndirsch

OBS-URL: https://build.opensuse.org/request/show/56994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=191
This commit is contained in:
Berthold Gunreben 2011-01-03 09:43:44 +00:00 committed by Git OBS Bridge
commit 24fa6bc36a
2 changed files with 9 additions and 1 deletions

View File

@ -42,7 +42,7 @@ index 5800700..b2fc8e3 100644
}
conf_screen = s;
from = X_CMDLINE;
+ } else {
+ } else if (conf_screen) {
+ /* Use the last Screen in the list */
+ s = conf_screen;
+ while (s->list.next)

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 3 06:35:03 UTC 2011 - sndirsch@novell.com
- use-last-screen.patch
* adjusted the patch to no longer segfault the Xserver during
startup immediately when there isn't any screen section
specified at all (bnc #661989)
-------------------------------------------------------------------
Mon Dec 27 22:41:54 UTC 2010 - sndirsch@novell.com