[MPlayer-cvslog] CVS: main/libvo w32_common.h,1.4,1.5
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Wed Apr 12 16:20:53 CEST 2006
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv1172
Modified Files:
w32_common.h
Log Message:
fixes and cleanup for windows fullscreen switching (restore old position,
fullscreen on current monitor).
Index: w32_common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/w32_common.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- w32_common.h 26 Jul 2005 13:47:18 -0000 1.4
+++ w32_common.h 12 Apr 2006 14:20:51 -0000 1.5
@@ -14,5 +14,5 @@
extern void vo_w32_ontop(void);
extern void vo_w32_fullscreen(void);
extern int vo_w32_check_events(void);
-extern int createRenderingContext(void);
+extern int vo_w32_config(uint32_t, uint32_t, uint32_t);
extern void destroyRenderingContext(void);
More information about the MPlayer-cvslog
mailing list