Commit 1fef5962 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* modules/gui/macosx/playlist.?:

   - rewrite of code
parent 2b013d35
......@@ -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 <jon-vl@nanocrew.net>
* Derk-Jan Hartman <thedj@users.sourceforge.net>
......@@ -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;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment