~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to plugins/macosx/intf_qdview.h

Tags: upstream-0.7.2.final
ImportĀ upstreamĀ versionĀ 0.7.2.final

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//
2
 
//  intf_qdview.h
3
 
//  vlc
4
 
//
5
 
//  Created by fgp on Mon Oct 29 2001.
6
 
//  Copyright (c) 2001 __MyCompanyName__. All rights reserved.
7
 
//
8
 
 
9
 
#import <Cocoa/Cocoa.h>
10
 
 
11
 
extern NSString *VlcQuickDrawViewDidResize ;
12
 
 
13
 
@interface VlcQuickDrawView : NSQuickDrawView {
14
 
}
15
 
 
16
 
@end