2009-08-28 20:30:20 +02:00
|
|
|
Index: xorg-server-1.6.3.901/hw/xfree86/common/xf86RandR.c
|
2010-03-20 03:42:15 +01:00
|
|
|
================================================================================
|
|
|
|
--- xorg-server-1.7.99/hw/xfree86/common/xf86RandR.c
|
|
|
|
+++ xorg-server-1.7.99/hw/xfree86/common/xf86RandR.c
|
|
|
|
@@ -247,6 +247,9 @@
|
2008-04-09 22:04:32 +02:00
|
|
|
Bool useVirtual = FALSE;
|
|
|
|
Rotation oldRotation = randrp->rotation;
|
|
|
|
|
|
|
|
+ if (!scrp->vtSema)
|
|
|
|
+ return FALSE;
|
|
|
|
+
|
2009-03-02 01:19:45 +01:00
|
|
|
miPointerGetPosition(inputInfo.pointer, &px, &py);
|
2008-04-09 22:04:32 +02:00
|
|
|
for (mode = scrp->modes; ; mode = mode->next)
|
|
|
|
{
|