aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-server/files/patch-xf86fbman.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-servers/xorg-server/files/patch-xf86fbman.c')
-rw-r--r--x11-servers/xorg-server/files/patch-xf86fbman.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-servers/xorg-server/files/patch-xf86fbman.c b/x11-servers/xorg-server/files/patch-xf86fbman.c
deleted file mode 100644
index 1d6fcc88f041..000000000000
--- a/x11-servers/xorg-server/files/patch-xf86fbman.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- programs/Xserver/hw/xfree86/common/xf86fbman.c.orig Wed Nov 26 23:48:58 2003
-+++ programs/Xserver/hw/xfree86/common/xf86fbman.c Wed Sep 1 21:15:58 2004
-@@ -1095,12 +1095,10 @@
-
- *size = 0;
-
-- if (!offman->LinearAreas) return FALSE;
--
- pLink = offman->LinearAreas;
-- pLinkRet = pLink;
-
-- if (!pLink->area) {
-+ if (pLink && !pLink->area) {
-+ pLinkRet = pLink;
- while (pLink) {
- if (pLink->free) {
- if (pLink->linear.size > pLinkRet->linear.size)