mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
9 lines
281 B
C
9 lines
281 B
C
--- plugins/dfinput/pad.c.orig 2009-12-25 18:26:35.000000000 +0000
|
|
+++ plugins/dfinput/pad.c 2010-06-03 08:06:29.658820184 +0000
|
|
@@ -386,3 +386,6 @@
|
|
long PADtest(void) {
|
|
return PSE_PAD_ERR_SUCCESS;
|
|
}
|
|
+
|
|
+/* missing symbol : do nothing */
|
|
+void PADsetSensitive(int sensitive) {}
|