diff src/evdev-plug/ed_common.h @ 1055:0cc6b35fbeb4 trunk

[svn] - evdev-plug 0.2: do not intercept all event types, currently only pick types KEY and ABSOLUTE; there could be other event types that are worth intercepting, feedback needed about this
author giacomo
date Tue, 22 May 2007 05:24:09 -0700
parents 51d0636e6dd0
children a48a1a3e835a
line wrap: on
line diff
--- a/src/evdev-plug/ed_common.h	Tue May 22 02:28:58 2007 -0700
+++ b/src/evdev-plug/ed_common.h	Tue May 22 05:24:09 2007 -0700
@@ -30,7 +30,7 @@
 
 #include "../../config.h"
 
-#define ED_VERSION_PLUGIN "0.1"
+#define ED_VERSION_PLUGIN "0.2"
 #define ED_VERSION_CONFIG "0"
 
 #define PLAYER_LOCALRC_FILE "evdev-plug.conf"