summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-17 01:22:09 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-17 01:22:09 +0000
commit9e90ab54309dcdb720ef8a70e11db90b1ddb46f0 (patch)
treeca25178f2f9b6b95d78c487f2254ca750aa06f81 /libvo/x11_common.h
parent255ab08f9d1ae90c541b9ccab12fa55cf3304f6a (diff)
downloadmpv-9e90ab54309dcdb720ef8a70e11db90b1ddb46f0.tar.bz2
mpv-9e90ab54309dcdb720ef8a70e11db90b1ddb46f0.tar.xz
patch: some X11 compliance fixed: set ClassHint and better fullscreen mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1138 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index 5a5c7d9f44..575b06d627 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -16,6 +16,7 @@ extern int mLocalDisplay;
int vo_init( void );
int vo_hidecursor ( Display* , Window );
void vo_x11_decoration( Display * vo_Display,Window w,int d );
+void vo_x11_classhint( Display * display,Window window,char *name );
int vo_x11_check_events(Display *mydisplay);
#endif