# HG changeset patch # User reimar # Date 1145644975 0 # Node ID 0f897ffb95bc4344180bf3086f851d4babbf9d8a # Parent 1acdeb017c9c6c16be52030788063e9a79123653 forgotten update_xinerama_info prototypes diff -r 1acdeb017c9c -r 0f897ffb95bc libvo/w32_common.h --- a/libvo/w32_common.h Fri Apr 21 12:47:37 2006 +0000 +++ b/libvo/w32_common.h Fri Apr 21 18:42:55 2006 +0000 @@ -16,3 +16,4 @@ 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 -r 1acdeb017c9c -r 0f897ffb95bc libvo/x11_common.h --- a/libvo/x11_common.h Fri Apr 21 12:47:37 2006 +0000 +++ b/libvo/x11_common.h Fri Apr 21 18:42:55 2006 +0000 @@ -119,6 +119,8 @@ 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