forked from pool/xorg-x11-server
Stefan Dirsch
c8690bb170
This submit is just for preparing the final 13.0 release, please have a look at it and comment so i can fix things up until the final 13.0 release for 12.3! #3 OBS-URL: https://build.opensuse.org/request/show/131324 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=408
15 lines
531 B
Diff
15 lines
531 B
Diff
Index: xorg-server-1.12.1/hw/xfree86/common/xf86RandR.c
|
|
===================================================================
|
|
--- xorg-server-1.12.1.orig/hw/xfree86/common/xf86RandR.c
|
|
+++ xorg-server-1.12.1/hw/xfree86/common/xf86RandR.c
|
|
@@ -237,6 +237,9 @@ xf86RandRSetConfig(ScreenPtr pScreen,
|
|
DeviceIntPtr dev;
|
|
Bool view_adjusted = FALSE;
|
|
|
|
+ if (!scrp->vtSema)
|
|
+ return FALSE;
|
|
+
|
|
for (dev = inputInfo.devices; dev; dev = dev->next) {
|
|
if (!IsMaster(dev) && !IsFloating(dev))
|
|
continue;
|