Stefan Dirsch
7e6a980b1f
Copy from home:oertel:branches:openSUSE:Factory/xorg-x11-server via accept of submit request 35298 revision 8. Request was accepted with message: reviewed ok. OBS-URL: https://build.opensuse.org/request/show/35298 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=229
15 lines
510 B
Diff
15 lines
510 B
Diff
Index: xorg-server-1.6.3.901/hw/xfree86/common/xf86RandR.c
|
|
================================================================================
|
|
--- xorg-server-1.7.99/hw/xfree86/common/xf86RandR.c
|
|
+++ xorg-server-1.7.99/hw/xfree86/common/xf86RandR.c
|
|
@@ -247,6 +247,9 @@
|
|
Bool useVirtual = FALSE;
|
|
Rotation oldRotation = randrp->rotation;
|
|
|
|
+ if (!scrp->vtSema)
|
|
+ return FALSE;
|
|
+
|
|
miPointerGetPosition(inputInfo.pointer, &px, &py);
|
|
for (mode = scrp->modes; ; mode = mode->next)
|
|
{
|