]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRRenderPixelFormat.h
aad9dc66d012f04bd8365167679aa8d0c7846b56
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRRenderPixelFormat.h
1 /*
2  *     Generated by class-dump 3.1.1.
3  *
4  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
5  */
6
7 #import "NSObject.h"
8
9 @interface BRRenderPixelFormat : NSObject
10 {
11     struct _CGLPixelFormatObject *_pixFormat;
12 }
13
14 + (id)doubleBuffered;
15 + (id)doubleBufferedWithDisplay:(unsigned int)fp8;
16 + (id)formatWithAttributes:(const int *)fp8;
17 - (id)initWithAttributes:(const int *)fp8;
18 - (void)dealloc;
19 - (struct _CGLPixelFormatObject *)CGLPixelFormat;
20
21 @end
22