annotate audacious/credits.h @ 485:59739d266dba trunk

[svn] Convert Xlib stuff to GDK/GTK. This isn't entirely set in stone yet -- (Always on Top has a minor bug remaining involving the transient windows attached to mainwin still.)
author nenolod
date Mon, 23 Jan 2006 13:53:26 -0800
parents a4ec7dfe5672
children 5c76d862ed49
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2 #ifndef ABOUT_H
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3 #define ABOUT_H
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
5 void show_about_window(void);
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
6
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7 #endif