summaryrefslogtreecommitdiff
path: root/include/inputstr.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-08-10 14:38:58 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-10-25 14:06:39 +1000
commitc39c8d34282b82d73c3c69a16cf0c2816256d85b (patch)
tree2874d520eec059a5ee9a1298ae18ed01fcd9d7b7 /include/inputstr.h
parent16ac78a53c1edeae183db8672104587b306cfe13 (diff)
input: switch InputOption to use XF86OptionRec storage.
Use the same struct for both InputOption and XF86OptionRec so we don't need to convert to and fro the two in the config backends. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'include/inputstr.h')
-rw-r--r--include/inputstr.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/inputstr.h b/include/inputstr.h
index 9d4108ef5..7a1554075 100644
--- a/include/inputstr.h
+++ b/include/inputstr.h
@@ -621,11 +621,4 @@ static inline WindowPtr DeepestSpriteWin(SpritePtr sprite)
return sprite->spriteTrace[sprite->spriteTraceGood - 1];
}
-struct _InputOption {
- char *key;
- char *value;
- struct _InputOption *next;
-};
-
-
#endif /* INPUTSTRUCT_H */