aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/modules/engines/gl_cocoa/Evas_Engine_GL_Cocoa.h
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/evas/src/modules/engines/gl_cocoa/Evas_Engine_GL_Cocoa.h
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to 'libraries/evas/src/modules/engines/gl_cocoa/Evas_Engine_GL_Cocoa.h')
-rw-r--r--libraries/evas/src/modules/engines/gl_cocoa/Evas_Engine_GL_Cocoa.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/libraries/evas/src/modules/engines/gl_cocoa/Evas_Engine_GL_Cocoa.h b/libraries/evas/src/modules/engines/gl_cocoa/Evas_Engine_GL_Cocoa.h
deleted file mode 100644
index eb04d28..0000000
--- a/libraries/evas/src/modules/engines/gl_cocoa/Evas_Engine_GL_Cocoa.h
+++ /dev/null
@@ -1,20 +0,0 @@
1#ifndef __EVAS_ENGINE_GL_COCOA_H__
2#define __EVAS_ENGINE_GL_COCOA_H__
3
4typedef struct _Evas_Engine_Info_GL_Cocoa Evas_Engine_Info_GL_Cocoa;
5
6struct _Evas_Engine_Info_GL_Cocoa
7{
8 /* PRIVATE - don't mess with this baby or evas will poke its tongue out */
9 /* at you and make nasty noises */
10 Evas_Engine_Info magic;
11
12 /* engine specific data & parameters it needs to set up */
13 void *window;
14 void *view;
15 int depth;
16
17};
18
19
20#endif /* __EVAS_ENGINE_GL_COCOA_H__ */