changeset 18080:7327ead03337

fixes and cleanup for windows fullscreen switching (restore old position, fullscreen on current monitor).
author reimar
date Wed, 12 Apr 2006 14:20:51 +0000
parents f57317460375
children 192e778f1ba1
files libvo/w32_common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/w32_common.h	Wed Apr 12 14:11:26 2006 +0000
+++ b/libvo/w32_common.h	Wed Apr 12 14:20:51 2006 +0000
@@ -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);