mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 19:05:33 +00:00
452e7bdc03
- wsXDNDProcessSelection return Truae fix - add url list saving support from Morten Volden <mvolden@tdcadsl.dk> - fix bug's in this patches - fix some memleak and bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7093 b3059339-0415-0410-9bf9-f77b7e298cf2
18 lines
340 B
C
18 lines
340 B
C
|
|
#ifndef __PREFERENCES_H
|
|
#define __PREFERENCES_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
extern GtkWidget * OSSConfig;
|
|
extern GtkWidget * Preferences;
|
|
extern int gtkVPreferences;
|
|
extern GtkWidget * prEFontName;
|
|
|
|
extern GtkWidget * create_Preferences( void );
|
|
extern GtkWidget * create_OSSConfig( void );
|
|
|
|
extern void ShowPreferences( void );
|
|
|
|
#endif
|