Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1054:2d6a00ed166f | 1055:0cc6b35fbeb4 |
|---|---|
| 28 #define DEBUGMSG(...) | 28 #define DEBUGMSG(...) |
| 29 #endif /* DEBUG */ | 29 #endif /* DEBUG */ |
| 30 | 30 |
| 31 #include "../../config.h" | 31 #include "../../config.h" |
| 32 | 32 |
| 33 #define ED_VERSION_PLUGIN "0.1" | 33 #define ED_VERSION_PLUGIN "0.2" |
| 34 #define ED_VERSION_CONFIG "0" | 34 #define ED_VERSION_CONFIG "0" |
| 35 | 35 |
| 36 #define PLAYER_LOCALRC_FILE "evdev-plug.conf" | 36 #define PLAYER_LOCALRC_FILE "evdev-plug.conf" |
| 37 | 37 |
| 38 #endif /* !_I_ED_COMMON_H */ | 38 #endif /* !_I_ED_COMMON_H */ |
