aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/modules/engines/psl1ght/Evas_Engine_PSL1GHT.h
blob: f1d5636df22a3d8e9be2b778f89d10728d90b5a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _EVAS_ENGINE_PSL1GHT_H
#define _EVAS_ENGINE_PSL1GHT_H

typedef struct _Evas_Engine_Info_PSL1GHT Evas_Engine_Info_PSL1GHT;

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

     /* non-blocking or blocking mode */
     Evas_Engine_Render_Mode render_mode;
};
#endif