comparison DOCS/tech/libvo.txt @ 16968:e9d849bf8050

add a switch, slave command, and vo control to toggle borderless window. includes documentation.
author joey
date Thu, 10 Nov 2005 22:25:54 +0000
parents a8b4564641e0
children 780caed72ac7
comparison
equal deleted inserted replaced
16967:32e2c59c8e86 16968:e9d849bf8050
61 brightness, contrast, saturation, hue 61 brightness, contrast, saturation, hue
62 VOCTRL_ONTOP 62 VOCTRL_ONTOP
63 Makes the player window stay-on-top. Only supported (currently) 63 Makes the player window stay-on-top. Only supported (currently)
64 by drivers which use X11, except SDL, as well as directx and 64 by drivers which use X11, except SDL, as well as directx and
65 gl2 under Windows. 65 gl2 under Windows.
66 VOCTRL_BORDER
67 Makes the player window borderless. Only supported by directx.
66 68
67 config(): 69 config():
68 Set up the video system. You get the dimensions and flags. 70 Set up the video system. You get the dimensions and flags.
69 width, height: size of the source image 71 width, height: size of the source image
70 d_width, d_height: wanted scaled/display size (it's a hint) 72 d_width, d_height: wanted scaled/display size (it's a hint)