X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fvout.h;h=59e2b4f431553fa3492cd20e2f020158e63a4ebf;hb=1fef5962e7fefb16f76e3fc1375ca12860c4b84f;hp=715d7c13de5e3b4bccea3faa101572fa82326ce4;hpb=7f8e2bc5c18d04b2915e9d5d5ff97c60b0f46bae;p=vlc diff --git a/modules/gui/macosx/vout.h b/modules/gui/macosx/vout.h index 715d7c13de..59e2b4f431 100644 --- a/modules/gui/macosx/vout.h +++ b/modules/gui/macosx/vout.h @@ -1,8 +1,8 @@ /***************************************************************************** * vout.h: MacOS X interface plugin ***************************************************************************** - * Copyright (C) 2001, 2002 VideoLAN - * $Id: vout.h,v 1.5 2003/01/31 02:53:52 jlj Exp $ + * Copyright (C) 2001-2003 VideoLAN + * $Id: vout.h,v 1.10 2003/03/06 11:43:07 hartman Exp $ * * Authors: Colin Delacroix * Florian G. Pflug @@ -34,8 +34,10 @@ - (void)setVout:(vout_thread_t *)_p_vout; - (vout_thread_t *)getVout; +- (void)scaleWindowWithFactor: (float)factor; - (void)toggleFullscreen; - (BOOL)isFullscreen; +- (void)updateTitle; - (BOOL)windowShouldClose:(id)sender;