From a9a84221af31ca7d11d1aa182d8b152270203f9f Mon Sep 17 00:00:00 2001 From: handbrake Date: Sat, 14 Jan 2006 12:53:59 +0000 Subject: HandBrake 0.3 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/PictureGLView.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 macosx/PictureGLView.h (limited to 'macosx/PictureGLView.h') diff --git a/macosx/PictureGLView.h b/macosx/PictureGLView.h new file mode 100644 index 000000000..effbf3ee2 --- /dev/null +++ b/macosx/PictureGLView.h @@ -0,0 +1,20 @@ +/* PictureGLView */ + +#include + +#include "Manager.h" + +@interface PictureGLView : NSOpenGLView + +{ + HBManager * fManager; + HBTitle * fTitle; + + uint8_t * fPicture; +} + +- (void) SetManager: (HBManager*) manager; +- (void) SetTitle: (HBTitle*) title; +- (void) ShowPicture: (int) picture; + +@end -- cgit v1.2.3