Mercurial > audlegacy-plugins
annotate src/sid/xs_genui.c @ 2260:b71d8bee8882
OSS: use SNDCTL_DSP_SYNC, as not all OSS versions have SNDCTL_DSP_RESET.
Reported by Michal on the forums.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 21 Dec 2007 12:17:25 -0600 |
parents | 05bfc86250f3 |
children |
rev | line source |
---|---|
1948
66fb09cd894e
Backed out changeset 05b9abd78a87
Matti Hamalainen <ccr@tnsp.org>
parents:
1945
diff
changeset
|
1 #ifdef HAVE_CONFIG_H |
66fb09cd894e
Backed out changeset 05b9abd78a87
Matti Hamalainen <ccr@tnsp.org>
parents:
1945
diff
changeset
|
2 # include <config.h> |
66fb09cd894e
Backed out changeset 05b9abd78a87
Matti Hamalainen <ccr@tnsp.org>
parents:
1945
diff
changeset
|
3 #endif |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
4 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
5 #include <gtk/gtk.h> |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
6 |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
7 #include "xs_genui.h" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
8 #include "xs_interface.h" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
9 #include "xs_glade.h" |
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
10 |