ALT Linux Bugzilla
– Attachment 2440 Details for
Bug 12507
Неправильная геометрия на втором экране для XV.
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
xorg-server-1.3.0.0-git-Xinerama.patch
xorg-server-1.3.0.0-git-Xinerama.patch (text/plain), 915 bytes, created by
Valery Inozemtsev
on 2008-02-17 14:36:50 MSK
(
hide
)
Description:
xorg-server-1.3.0.0-git-Xinerama.patch
Filename:
MIME Type:
Creator:
Valery Inozemtsev
Created:
2008-02-17 14:36:50 MSK
Size:
915 bytes
patch
obsolete
>diff --git a/randr/rrxinerama.c b/randr/rrxinerama.c >index 2a57e4e..896f61f 100644 >--- a/randr/rrxinerama.c >+++ b/randr/rrxinerama.c >@@ -148,12 +148,6 @@ ProcRRXineramaGetState(ClientPtr client) > } > > static Bool >-RRXineramaScreenActive (ScreenPtr pScreen) >-{ >- return rrGetScrPriv(pScreen) != NULL; >-} >- >-static Bool > RRXineramaCrtcActive (RRCrtcPtr crtc) > { > return crtc->mode != NULL && crtc->numOutputs > 0; >@@ -165,7 +159,7 @@ RRXineramaScreenCount (ScreenPtr pScreen) > int i, n; > > n = 0; >- if (RRXineramaScreenActive (pScreen)) >+ if (rrGetScrPriv (pScreen)) > { > rrScrPriv(pScreen); > for (i = 0; i < pScrPriv->numCrtcs; i++) >@@ -175,6 +169,12 @@ RRXineramaScreenCount (ScreenPtr pScreen) > return n; > } > >+static Bool >+RRXineramaScreenActive (ScreenPtr pScreen) >+{ >+ return RRXineramaScreenCount (pScreen) > 0; >+} >+ > int > ProcRRXineramaGetScreenCount(ClientPtr client) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12507
: 2440