X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fplaylist.h;h=4678168dc7878857770cc6af93c0b05c214026b2;hb=1fef5962e7fefb16f76e3fc1375ca12860c4b84f;hp=1dbc17419ba5d567508ac20163865e73bdfcd103;hpb=7314de69eb5a019333872430eb17c3a48a7d0abd;p=vlc diff --git a/modules/gui/macosx/playlist.h b/modules/gui/macosx/playlist.h index 1dbc17419b..4678168dc7 100644 --- a/modules/gui/macosx/playlist.h +++ b/modules/gui/macosx/playlist.h @@ -2,7 +2,7 @@ * playlist.h: MacOS X interface plugin ***************************************************************************** * Copyright (C) 2002-2003 VideoLAN - * $Id: playlist.h,v 1.7 2003/03/17 17:10:21 hartman Exp $ + * $Id: playlist.h,v 1.8 2003/03/17 21:47:21 hartman Exp $ * * Authors: Jon Lech Johansen * Derk-Jan Hartman @@ -27,10 +27,9 @@ *****************************************************************************/ @interface VLCPlaylistView : NSTableView { + NSColor *o_striped_row_color; } -- (void) drawStripesInRect:(NSRect)clipRect; - @end /***************************************************************************** @@ -38,6 +37,8 @@ *****************************************************************************/ @interface VLCPlaylist : NSObject { + int i_moveRow; + IBOutlet id o_table_view; IBOutlet id o_ctx_menu;