diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c')
-rw-r--r-- | x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c b/x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c new file mode 100644 index 000000000000..501faf40c6f7 --- /dev/null +++ b/x11-drivers/xf86-video-sis/files/patch-src_sis__dri.c @@ -0,0 +1,12 @@ +--- src/sis_dri.c.orig Thu Dec 7 19:02:49 2006 ++++ src/sis_dri.c Thu Dec 7 19:04:16 2006 +@@ -45,6 +45,9 @@ + #include "sis.h" + #include "sis_regs.h" + ++/* XXX - It doesn't work for a reason but I'm too lazy to find out why. */ ++void SISDRICloseScreen(ScreenPtr pScreen); ++ + #include "fb.h" + #include "GL/glxtokens.h" + |