aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/modules/engines/psl1ght/Evas_Engine_PSL1GHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/evas/src/modules/engines/psl1ght/Evas_Engine_PSL1GHT.h')
-rw-r--r--libraries/evas/src/modules/engines/psl1ght/Evas_Engine_PSL1GHT.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/evas/src/modules/engines/psl1ght/Evas_Engine_PSL1GHT.h b/libraries/evas/src/modules/engines/psl1ght/Evas_Engine_PSL1GHT.h
new file mode 100644
index 0000000..f1d5636
--- /dev/null
+++ b/libraries/evas/src/modules/engines/psl1ght/Evas_Engine_PSL1GHT.h
@@ -0,0 +1,16 @@
1#ifndef _EVAS_ENGINE_PSL1GHT_H
2#define _EVAS_ENGINE_PSL1GHT_H
3
4typedef struct _Evas_Engine_Info_PSL1GHT Evas_Engine_Info_PSL1GHT;
5
6struct _Evas_Engine_Info_PSL1GHT
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 /* non-blocking or blocking mode */
13 Evas_Engine_Render_Mode render_mode;
14};
15#endif
16