From d9d16656b2d1a4f87d0e8511d2fa2f95dfbdb6b5 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 21 Apr 2006 18:42:55 +0000 Subject: forgotten update_xinerama_info prototypes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18175 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/w32_common.h | 1 + libvo/x11_common.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'libvo') diff --git a/libvo/w32_common.h b/libvo/w32_common.h index ce6f24f045..531d56a549 100644 --- a/libvo/w32_common.h +++ b/libvo/w32_common.h @@ -16,3 +16,4 @@ extern void vo_w32_fullscreen(void); extern int vo_w32_check_events(void); extern int vo_w32_config(uint32_t, uint32_t, uint32_t); extern void destroyRenderingContext(void); +extern void update_xinerama_info(void); diff --git a/libvo/x11_common.h b/libvo/x11_common.h index 1d73f54020..a8e0310045 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -119,6 +119,8 @@ void vo_vm_switch(uint32_t, uint32_t, int*, int*); void vo_vm_close(Display*); #endif +void update_xinerama_info(void); + int vo_find_depth_from_visuals(Display *dpy, int screen, Visual **visual_return); #endif -- cgit v1.2.3