Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui/files: xinerama.patch
Date: Sun, 23 Dec 2007 20:27:26
Message-Id: E1J6XPt-0007wz-8h@stork.gentoo.org
1 caleb 07/12/23 20:27:21
2
3 Added: xinerama.patch
4 Log:
5 Add a patch to fix builds with xinerama
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.1 x11-libs/qt-gui/files/xinerama.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/files/xinerama.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/files/xinerama.patch?rev=1.1&content-type=text/plain
13
14 Index: xinerama.patch
15 ===================================================================
16 --- src/gui/kernel/qapplication_x11.cpp.orig 2007-12-23 15:10:43.000000000 -0500
17 +++ src/gui/kernel/qapplication_x11.cpp 2007-12-23 15:11:01.000000000 -0500
18 @@ -1715,9 +1715,9 @@
19 (PtrXineramaQueryScreens) xineramaLib.resolve("XineramaQueryScreens");
20 }
21 #else
22 - ptrXineramaQueryScreens = XineramaQueryScreens;
23 - ptrXineramaIsActive = XineramaIsActive;
24 - ptrXineramaQueryExtension = XineramaQueryExtension;
25 + X11->ptrXineramaQueryScreens = XineramaQueryScreens;
26 + X11->ptrXineramaIsActive = XineramaIsActive;
27 + X11->ptrXineramaQueryExtension = XineramaQueryExtension;
28 #endif // QT_RUNTIME_XINERAMA
29 #endif // QT_NO_XINERAMA
30
31
32
33
34 --
35 gentoo-commits@g.o mailing list