forgotten update_xinerama_info prototypes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18175 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-04-21 18:42:55 +00:00
parent 4d418c336f
commit d9d16656b2
2 changed files with 3 additions and 0 deletions

View File

@ -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);

View File

@ -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