forked from pool/xorg-x11-server
- 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:
parent
dcc9584b2b
commit
d0747d5a6d
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user