diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-03 22:20:44 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-03 22:20:44 +0000 |
commit | 19ce7395a22963e24cf0a703f415b6520ba8feae (patch) | |
tree | 126f64686a964bd3f7d645df191b3186af60f511 /src/xine-engine/video_out.c | |
parent | 9142df5dc4bd090d324c2b62059f52f4e83b737f (diff) | |
download | xine-lib-19ce7395a22963e24cf0a703f415b6520ba8feae.tar.gz xine-lib-19ce7395a22963e24cf0a703f415b6520ba8feae.tar.bz2 |
Implement some window/cursor settings functions to public API.
CVS patchset: 59
CVS date: 2001/05/03 22:20:44
Diffstat (limited to 'src/xine-engine/video_out.c')
-rw-r--r-- | src/xine-engine/video_out.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index 78c37d839..c13fbf16d 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.c,v 1.2 2001/05/03 18:22:37 f1rmb Exp $ + * $Id: video_out.c,v 1.3 2001/05/03 22:20:45 f1rmb Exp $ * */ @@ -327,8 +327,7 @@ static uint32_t vo_get_capabilities (vo_instance_t *this) { return this->driver->get_capabilities (this->driver); } -static int vo_get_property (vo_instance_t *this, - int property) { +static int vo_get_property (vo_instance_t *this, int property) { return this->driver->get_property (this->driver, property); } |