view Gui/mplayer/gtk/about.h @ 8016:892c73ce9ba3

I ported mplayer to the GNU system (also known as GNU/Hurd), it was just a matter of adding it to the makefiles and other misc fix. Patch by Robert Millan <zeratul2@wanadoo.es>
author arpi
date Fri, 01 Nov 2002 00:05:56 +0000
parents b9651eb9749e
children 5b67aed0fc28
line wrap: on
line source


#ifndef __GUI_ABOUT_H
#define __GUI_ABOUT_H

#include <gtk/gtk.h>

extern GtkWidget * AboutBox;

extern GtkWidget * create_About( void );
extern void ShowAboutBox( void );

#endif