This commit is contained in:
parent
5587553d81
commit
5b4562a313
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:03b2518de1457084613ba864e584fe9ecde96a878824136bebd943e965594f18
|
|
||||||
size 253857
|
|
3
libXrandr-1.3.0.tar.bz2
Normal file
3
libXrandr-1.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5961ce0f77c5173a8208b3ed669ac01719f2bf4a10517ffa6c33a5e064802e78
|
||||||
|
size 262270
|
@ -1,23 +0,0 @@
|
|||||||
commit 70d641c6d170cda44856579dfdcb42d3bb1f8221
|
|
||||||
Author: Keith Packard <keithp@keithp.com>
|
|
||||||
Date: Fri Jan 30 20:12:43 2009 -0800
|
|
||||||
|
|
||||||
Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary request
|
|
||||||
|
|
||||||
Using X_RRGetOutputProperty does not yield success here.
|
|
||||||
|
|
||||||
Signed-off-by: Keith Packard <keithp@keithp.com>
|
|
||||||
|
|
||||||
diff --git a/src/XrrOutput.c b/src/XrrOutput.c
|
|
||||||
index 0c39a31..18863bd 100644
|
|
||||||
--- a/src/XrrOutput.c
|
|
||||||
+++ b/src/XrrOutput.c
|
|
||||||
@@ -176,7 +176,7 @@ XRRGetOutputPrimary(Display *dpy, Window window)
|
|
||||||
LockDisplay(dpy);
|
|
||||||
GetReq (RRGetOutputPrimary, req);
|
|
||||||
req->reqType = info->codes->major_opcode;
|
|
||||||
- req->randrReqType = X_RRGetOutputProperty;
|
|
||||||
+ req->randrReqType = X_RRGetOutputPrimary;
|
|
||||||
req->window = window;
|
|
||||||
|
|
||||||
if (!_XReply (dpy, (xReply *) &rep, 0, xFalse))
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 10 03:10:45 CET 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- libXrandr 1.3.0
|
||||||
|
- obsoletes libXrandr-70d641c.diff
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 4 20:36:25 CET 2009 - sndirsch@suse.de
|
Wed Mar 4 20:36:25 CET 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Obsoletes: xorg-x11-libs-64bit
|
|||||||
#
|
#
|
||||||
Url: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
Version: 7.4
|
Version: 7.4
|
||||||
Release: 16
|
Release: 17
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -53,7 +53,7 @@ Source12: libXft-2.1.13.tar.bz2
|
|||||||
Source13: libXi-1.2.1.tar.bz2
|
Source13: libXi-1.2.1.tar.bz2
|
||||||
Source14: libXinerama-1.0.3.tar.bz2
|
Source14: libXinerama-1.0.3.tar.bz2
|
||||||
Source15: libXprintAppUtil-X11R7.0-1.0.1.tar.bz2
|
Source15: libXprintAppUtil-X11R7.0-1.0.1.tar.bz2
|
||||||
Source16: libXrandr-1.2.99.4.tar.bz2
|
Source16: libXrandr-1.3.0.tar.bz2
|
||||||
Source17: libXtst-1.0.3.tar.bz2
|
Source17: libXtst-1.0.3.tar.bz2
|
||||||
Source18: libXvMC-1.0.4.tar.bz2
|
Source18: libXvMC-1.0.4.tar.bz2
|
||||||
Source19: libXxf86dga-1.0.2.tar.bz2
|
Source19: libXxf86dga-1.0.2.tar.bz2
|
||||||
@ -74,7 +74,6 @@ Patch2: libXft-2.1.7-lcd-filter-2.patch
|
|||||||
Patch3: p_xft_cjk.diff
|
Patch3: p_xft_cjk.diff
|
||||||
Patch5: libxkbui.diff
|
Patch5: libxkbui.diff
|
||||||
Patch10: libXxf86misc-xcb.diff
|
Patch10: libXxf86misc-xcb.diff
|
||||||
Patch11: libXrandr-70d641c.diff
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the remaining X.Org libraries.
|
This package contains the remaining X.Org libraries.
|
||||||
@ -231,9 +230,6 @@ popd
|
|||||||
pushd libXxf86misc-*
|
pushd libXxf86misc-*
|
||||||
%patch10 -p0
|
%patch10 -p0
|
||||||
popd
|
popd
|
||||||
pushd libXrandr-*
|
|
||||||
%patch11 -p1
|
|
||||||
popd
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
for dir in libXft1-* xbitmaps-* $(ls | grep -v -e libXft1 -e xbitmaps); do
|
for dir in libXft1-* xbitmaps-* $(ls | grep -v -e libXft1 -e xbitmaps); do
|
||||||
@ -324,6 +320,9 @@ exit 0
|
|||||||
/usr/%{_lib}/libpciaccess.so
|
/usr/%{_lib}/libpciaccess.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 10 2009 sndirsch@suse.de
|
||||||
|
- libXrandr 1.3.0
|
||||||
|
- obsoletes libXrandr-70d641c.diff
|
||||||
* Wed Mar 04 2009 sndirsch@suse.de
|
* Wed Mar 04 2009 sndirsch@suse.de
|
||||||
- libXrandr-70d641c.diff
|
- libXrandr-70d641c.diff
|
||||||
* fixes fatal protocol error in libXrandr, which broke RANDR
|
* fixes fatal protocol error in libXrandr, which broke RANDR
|
||||||
|
Loading…
Reference in New Issue
Block a user