Mercurial > audlegacy-plugins
annotate src/lirc/common.h @ 3167:9739ba93fd79
alsa-ng: Don't try to join threads that have already exited.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 15 May 2009 00:05:17 -0500 |
parents | 738914331374 |
children |
rev | line source |
---|---|
2280 | 1 extern GtkWidget *lirc_cfg; |
2 | |
3 extern gint b_enable_reconnect; | |
4 extern gint reconnect_timeout; | |
2305
738914331374
Add ability to enter track number using remote. (Bugzilla #115)
Andrew O. Shadoura <bugzilla@tut.by>
parents:
2280
diff
changeset
|
5 extern gchar *aosd_font; |
2280 | 6 |
7 void load_cfg(void); | |
8 void save_cfg(void); | |
9 | |
10 void configure(void); | |
11 | |
12 GtkWidget* create_lirc_cfg (void); | |
13 | |
14 void | |
15 on_reconnectcheck_toggled (GtkToggleButton *togglebutton, | |
16 GtkWidget *reconnectspin); | |
17 void | |
18 on_cancelbutton1_clicked (GtkButton *button, | |
19 gpointer user_data); | |
20 void | |
21 on_okbutton1_clicked (GtkButton *button, | |
22 gpointer user_data); | |
23 |