mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 09:25:56 +00:00
92b1243b34
- remove unneded gtk function - replace some gtk function - small bug fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8300 b3059339-0415-0410-9bf9-f77b7e298cf2
13 lines
178 B
C
13 lines
178 B
C
|
|
#ifndef __GUI_ABOUT_H
|
|
#define __GUI_ABOUT_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
extern GtkWidget * About;
|
|
|
|
extern GtkWidget * create_About( void );
|
|
extern void ShowAboutBox( void );
|
|
|
|
#endif
|