summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-06-27 18:32:54 +0000
committerAdam Jackson <ajax@nwnk.net>2005-06-27 18:32:54 +0000
commit7f550161e4b09e19c207c6b7877182ce11eb9e96 (patch)
tree3d2b8fa3fba5611b2dc681bb217627a9b4ab5485
parent51435d524c32daa50a6fdba45b5499e23bacbd1b (diff)
Various input drivers set their InputDriverRec to be static when doing a
loadable build, and the same symbol can't be both static and _X_EXPORT. Pointed out by Alan Coopersmith.
-rw-r--r--src/xf86MuTouch.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xf86MuTouch.c b/src/xf86MuTouch.c
index e7e6418..1df8519 100644
--- a/src/xf86MuTouch.c
+++ b/src/xf86MuTouch.c
@@ -1835,9 +1835,6 @@ xf86MuTInit(InputDriverPtr drv,
return NULL;
}
-#ifdef XFree86LOADER
-static
-#endif
_X_EXPORT InputDriverRec MUTOUCH = {
1, /* driver version */
"mutouch", /* driver name */