summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.h
diff options
context:
space:
mode:
authorjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-30 16:36:10 +0000
committerjoey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-30 16:36:10 +0000
commit640f93d0183419c1d7894fa09ef7cafac416ab9f (patch)
tree02aebf4bf1fb37c053faaf4a95d41e15cf51c88d /libvo/w32_common.h
parent4daef48770c3d434aa87d4449e864ad733cb194a (diff)
downloadmpv-640f93d0183419c1d7894fa09ef7cafac416ab9f.tar.bz2
mpv-640f93d0183419c1d7894fa09ef7cafac416ab9f.tar.xz
runtime 'stay-on-top' functionality
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/w32_common.h')
-rw-r--r--libvo/w32_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/w32_common.h b/libvo/w32_common.h
index 1b67a962a2..ddb86d3571 100644
--- a/libvo/w32_common.h
+++ b/libvo/w32_common.h
@@ -6,6 +6,7 @@ extern uint32_t o_dheight;
extern HDC vo_hdc;
extern int vo_fs;
extern int vo_vm;
+extern int vo_ontop;
extern int vo_init(void);
extern void vo_w32_uninit(void);