[MPlayer-cvslog] r25814 - trunk/libvo/w32_common.h

reimar subversion at mplayerhq.hu
Sun Jan 20 10:41:50 CET 2008


Author: reimar
Date: Sun Jan 20 10:41:50 2008
New Revision: 25814

Log:
Add missing vo_w32_border prototype

Modified:
   trunk/libvo/w32_common.h

Modified: trunk/libvo/w32_common.h
==============================================================================
--- trunk/libvo/w32_common.h	(original)
+++ trunk/libvo/w32_common.h	Sun Jan 20 10:41:50 2008
@@ -10,6 +10,7 @@ extern int vo_vm;
 extern int vo_w32_init(void);
 extern void vo_w32_uninit(void);
 extern void vo_w32_ontop(void);
+extern void vo_w32_border(void);
 extern void vo_w32_fullscreen(void);
 extern int vo_w32_check_events(void);
 extern int vo_w32_config(uint32_t, uint32_t, uint32_t);



More information about the MPlayer-cvslog mailing list