mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-23 08:47:48 +01:00
20 lines
485 B
Diff
20 lines
485 B
Diff
--- src/tslib.c.orig 2010-05-19 19:01:01.000000000 +0200
|
|
+++ src/tslib.c 2010-05-19 19:02:00.000000000 +0200
|
|
@@ -543,7 +543,7 @@
|
|
return (pInfo);
|
|
}
|
|
|
|
-_X_EXPORT InputDriverRec TSLIB = {
|
|
+_X_EXPORT InputDriverRec TSLIB_DRIVER = {
|
|
1, /* driver version */
|
|
"tslib", /* driver name */
|
|
NULL, /* identify */
|
|
@@ -580,7 +580,7 @@
|
|
{
|
|
static Bool Initialised = FALSE;
|
|
|
|
- xf86AddInputDriver(&TSLIB, module, 0);
|
|
+ xf86AddInputDriver(&TSLIB_DRIVER, module, 0);
|
|
|
|
return module;
|
|
}
|