view audacious/credits.h @ 1609:fb2ac7c9e096 trunk

[svn] - comment out some gtk_window_set_transient_for() which hide mainwin unexpectedly.
author yaz
date Tue, 29 Aug 2006 23:15:43 -0700
parents 5c76d862ed49
children
line wrap: on
line source


#ifndef ABOUT_H
#define ABOUT_H

void show_about_window(void);
void show_credits_window(void);

#endif