aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/modules/engines/gl_cocoa/Evas_Engine_GL_Cocoa.h
blob: eb04d28d78bbe7919dfac8cd88d71a0241b504ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __EVAS_ENGINE_GL_COCOA_H__
#define __EVAS_ENGINE_GL_COCOA_H__

typedef struct _Evas_Engine_Info_GL_Cocoa Evas_Engine_Info_GL_Cocoa;

struct _Evas_Engine_Info_GL_Cocoa
{
   /* PRIVATE - don't mess with this baby or evas will poke its tongue out */
   /* at you and make nasty noises */
   Evas_Engine_Info magic;

   /* engine specific data & parameters it needs to set up */
   void   *window;
   void   *view;
   int   depth;

};


#endif /* __EVAS_ENGINE_GL_COCOA_H__ */