[MPlayer-cvslog] CVS: main/libvo x11_common.h, 1.46, 1.47 w32_common.h, 1.5, 1.6
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Fri Apr 21 20:42:58 CEST 2006
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv28471
Modified Files:
x11_common.h w32_common.h
Log Message:
forgotten update_xinerama_info prototypes
Index: x11_common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- x11_common.h 16 Apr 2006 13:38:28 -0000 1.46
+++ x11_common.h 21 Apr 2006 18:42:55 -0000 1.47
@@ -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
Index: w32_common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/w32_common.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- w32_common.h 12 Apr 2006 14:20:51 -0000 1.5
+++ w32_common.h 21 Apr 2006 18:42:55 -0000 1.6
@@ -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);
More information about the MPlayer-cvslog
mailing list