From 340183b0e920023d1a24dc5ff95255b5ecbc2a9c Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 17 Feb 2002 09:25:09 +0000 Subject: Screenshot on the fly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4739 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo/video_out.h') diff --git a/libvo/video_out.h b/libvo/video_out.h index bd6b09a486..9beb9ea383 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -27,6 +27,8 @@ #define VOCTRL_GUISUPPORT 4 /* used to switch to fullscreen */ #define VOCTRL_FULLSCREEN 5 +/* user wants to have screen shot. (currently without args)*/ +#define VOCTRL_SCREENSHOT 6 #define VO_TRUE 1 #define VO_FALSE 0 -- cgit v1.2.3