Mercurial > mplayer.hg
view Gui/mplayer/gtk/url.h @ 9876:5e5e2d4dcdbe
Added
#include <X11/XF86keysym.h>
to the XF86VM test, because "libvo/x11_common.c" requires that that
#include file exist in order for the XF86VM-specific code to compile.
author | rsf |
---|---|
date | Mon, 07 Apr 2003 21:08:56 +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