From 087dbfe99f686356f2b56eb3d861bdfd4c2c59ee Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 22 Dec 2007 20:17:57 +0000 Subject: Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviour becomes the same as for the other vos using X11. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25513 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/vo_gl2.c') diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c index 092e7660af..aa198cd102 100644 --- a/libvo/vo_gl2.c +++ b/libvo/vo_gl2.c @@ -521,6 +521,7 @@ static int choose_glx_visual(Display *dpy, int scr, XVisualInfo *res_vi) static int config_glx(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) { XVisualInfo *vinfo, vinfo_buf; + vo_mouse_autohide = 1; if (WinID >= 0) { vo_window = WinID ? (Window)WinID : mRootWin; vo_x11_selectinput_witherr(mDisplay, vo_window, -- cgit v1.2.3