move around - flatter.
[profile/ivi/evas.git] / src / modules / engines / fb / Evas_Engine_FB.h
1 #ifndef _EVAS_ENGINE_FB_H
2 #define _EVAS_ENGINE_FB_H
3
4 typedef struct _Evas_Engine_Info_FB Evas_Engine_Info_FB;
5
6 struct _Evas_Engine_Info_FB
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    struct {
13
14       int virtual_terminal;
15       int device_number;
16       int refresh;
17       int rotation;
18    } info;
19 };
20 #endif
21
22