summaryrefslogtreecommitdiff
path: root/x11/xf86-video-sis
diff options
context:
space:
mode:
authorjoerg <joerg>2007-04-04 13:23:01 +0000
committerjoerg <joerg>2007-04-04 13:23:01 +0000
commitfa4be7e97b8e082e578c0700b02d7557863f9816 (patch)
treeeca2781602ba98671df50e3a0eb35bd305e8e029 /x11/xf86-video-sis
parent0dad1fa37fc759eeb8dec99ce17f96a48eb6de43 (diff)
downloadpkgsrc-fa4be7e97b8e082e578c0700b02d7557863f9816.tar.gz
Add a prototype of SISDRICloseScreen as it is used later in the source.
Diffstat (limited to 'x11/xf86-video-sis')
-rw-r--r--x11/xf86-video-sis/distinfo3
-rw-r--r--x11/xf86-video-sis/patches/patch-ab13
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/xf86-video-sis/distinfo b/x11/xf86-video-sis/distinfo
index 0d99324e625..bb070ab3457 100644
--- a/x11/xf86-video-sis/distinfo
+++ b/x11/xf86-video-sis/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/03/22 15:44:20 joerg Exp $
+$NetBSD: distinfo,v 1.2 2007/04/04 13:23:01 joerg Exp $
SHA1 (xf86-video-sis-0.9.3.tar.bz2) = fb386185a91bbc6764445ef251d4a0216ec9b9d0
RMD160 (xf86-video-sis-0.9.3.tar.bz2) = 797104eab78486411a876def8e87870946fbe273
Size (xf86-video-sis-0.9.3.tar.bz2) = 617592 bytes
SHA1 (patch-aa) = 3783136ffb53afa09a5491bf36caa438c3274aee
+SHA1 (patch-ab) = 72557e7a7ff406549471bc59570f0fa5074df2a8
diff --git a/x11/xf86-video-sis/patches/patch-ab b/x11/xf86-video-sis/patches/patch-ab
new file mode 100644
index 00000000000..6c6148a5919
--- /dev/null
+++ b/x11/xf86-video-sis/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/04/04 13:23:01 joerg Exp $
+
+--- src/sis_dri.c.orig 2007-04-04 15:18:44.000000000 +0200
++++ src/sis_dri.c
+@@ -125,6 +125,8 @@ static void SISDRIInitBuffers(WindowPtr
+ static void SISDRIMoveBuffers(WindowPtr pParent, DDXPointRec ptOldOrg,
+ RegionPtr prgnSrc, CARD32 index);
+
++void SISDRICloseScreen(ScreenPtr);
++
+ static Bool
+ SISInitVisualConfigs(ScreenPtr pScreen)
+ {