annotate libvo/osx_common.h @ 29904:f529a2bb299d

Add support for Windows OpenGL rendering onto a device instead of into a window. Has little use except for experimenting - on Windows 9x it could be used to render on monitors that were not managed by Windows, but that feature was removed in newer Windows versions.
author reimar
date Sat, 21 Nov 2009 22:27:40 +0000
parents 99b8d8d5c2d4
children e5abaf769020
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29531
6bd4c0c77eab Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
reimar
parents:
diff changeset
1 int convert_key(unsigned key, unsigned charcode);
29532
99b8d8d5c2d4 Move aspect change handling from vo_quartz to osx_common.
reimar
parents: 29531
diff changeset
2 void change_movie_aspect(float new_aspect);
99b8d8d5c2d4 Move aspect change handling from vo_quartz to osx_common.
reimar
parents: 29531
diff changeset
3 void config_movie_aspect(float config_aspect);