Search
lxdream.org :: lxdream/src/config.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/config.c
changeset 1015:ad448bedc48a
prev866:86cd01c2b2d3
next1024:c67f2d61ab97
author nkeynes
date Tue Jun 02 23:16:26 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change "MythTV" patch from Wahrhaft, thanks!:
* Add support for LIRC input devices
* Add hotkey input support
* Add command-line option for immediate fullscreen
file annotate diff log raw
1.1 --- a/src/config.c Mon Oct 06 01:05:12 2008 +0000
1.2 +++ b/src/config.c Tue Jun 02 23:16:26 2009 +0000
1.3 @@ -29,6 +29,7 @@
1.4
1.5
1.6 extern struct lxdream_config_entry alsa_config[];
1.7 +extern struct lxdream_config_entry hotkeys_config[];
1.8
1.9 gboolean lxdream_load_config_file( const gchar *filename );
1.10 gboolean lxdream_save_config_file( const gchar *filename );
1.11 @@ -52,6 +53,7 @@
1.12 struct lxdream_config_group lxdream_config_root[] =
1.13 {{ "global", global_config },
1.14 { "controllers", NULL },
1.15 + { "hotkeys", hotkeys_config },
1.16 { "serial", serial_config },
1.17 #ifdef HAVE_ALSA
1.18 { "alsa", alsa_config },
.