1
0

- 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)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=320
This commit is contained in:
Stefan Dirsch 2011-01-03 06:38:04 +00:00 committed by Git OBS Bridge
parent dcc9584b2b
commit d0747d5a6d
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