Mercurial > audlegacy-plugins
annotate src/lirc/common.h @ 2987:58c63fbbd3ce
Do not use non-blocking playback, it is entirely unnecessary and is the source of many problems we have with ALSA on weird cards.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Fri, 05 Dec 2008 07:10:58 -0600 |
| 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 |
