debrix/hw/xorg/loader xf86sym.c,1.2,1.3
Daniel Stone
xserver-commit at pdx.freedesktop.org
Sun Jun 27 17:46:35 PDT 2004
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/loader
In directory pdx:/tmp/cvs-serv3602/loader
Modified Files:
xf86sym.c
Log Message:
Declare XAACopyROP as a SYMFUNC, so it doesn't get optimised out of the
binary.
Index: xf86sym.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/loader/xf86sym.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86sym.c 10 Jun 2004 19:40:45 -0000 1.2
+++ xf86sym.c 28 Jun 2004 00:46:33 -0000 1.3
@@ -83,6 +83,7 @@
#include "vidmodeproc.h"
#include "xf86miscproc.h"
#include "loader.h"
+#include "xaarop.h"
#define DONT_DEFINE_WRAPPERS
#include "xf86_ansic.h"
#include "xisb.h"
@@ -1157,5 +1158,8 @@
/* fbdevhw.c */
SYMVAR(fbdevHWValidMode)
+ /* xaa */
+ SYMVAR(XAACopyROP)
+
{0, 0}
};
More information about the xserver-commit
mailing list