Skip to content
Snippets Groups Projects
Commit 16b9f15d authored by Timur Pocheptsov's avatar Timur Pocheptsov
Browse files

Add file header/copyright.

git-svn-id: http://root.cern.ch/svn/root/trunk@43971 27541ba8-7e3a-0410-8455-c3a389f83636
parent 894d985a
Branches
Tags
No related merge requests found
// @(#)root/graf2d:$Id$
// Author: Timur Pocheptsov 26/04/2012
/*************************************************************************
* Copyright (C) 1995-2012, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/
#ifndef ROOT_ROOTOpenGLView #ifndef ROOT_ROOTOpenGLView
#define ROOT_ROOTOpenGLView #define ROOT_ROOTOpenGLView
...@@ -5,6 +16,12 @@ ...@@ -5,6 +16,12 @@
@class QuartzView; @class QuartzView;
///////////////////////////////////////////
// //
// OpenGL view's class. //
// //
///////////////////////////////////////////
@interface ROOTOpenGLView : NSOpenGLView <X11Window> @interface ROOTOpenGLView : NSOpenGLView <X11Window>
//NSOpenGLView methods. //NSOpenGLView methods.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment