pkgsrc-wip/modular-xorg-server-mesa653/patches/patch-dc
Blair Sadewitz 813b93836e This is xorg-server 1.3.0.0, patched to support Mesa 6.5.3. It also
includes the following fixes:

--Disable damage notification on move for manually redirected windows
--Disable back-filling of windows created with bg=none
--Untested fix for problems with offscreen pixmaps using XAA

Enjoy!
2007-05-02 01:27:28 +00:00

13 lines
390 B
Text

$NetBSD: patch-dc,v 1.1 2007/05/02 01:27:29 bsadewitz Exp $
--- hw/xfree86/loader/os.c.orig 2006-07-01 14:12:40.000000000 -0400
+++ hw/xfree86/loader/os.c
@@ -42,6 +42,8 @@
#define OSNAME "linux"
#elif defined(__FreeBSD__)
#define OSNAME "freebsd"
+#elif defined(__DragonFly__)
+#define OSNAME "dragonfly"
#elif defined(__NetBSD__)
#define OSNAME "netbsd"
#elif defined(__OpenBSD__)