view Gui/mplayer/gtk/url.h @ 19918:1de67089c19a

Fix FT_Stroker use in libass. The previous variant ended up with 0-width outline in some cases.
author eugeni
date Thu, 21 Sep 2006 22:36:47 +0000
parents e9bd97d5c5cc
children
line wrap: on
line source


#ifndef _URL_H
#define _URL_H

extern GtkWidget * URL;
extern int         gtkVURLDialogBox;

extern void ShowURLDialogBox( void );
extern GtkWidget * create_URL( void );

#endif