Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1179 serge 1
 
2
 
3
    u32_t   width;
4
    u32_t   height;
5
    u32_t   bpp;
6
7
    u32_t   lfb;
8
 
9
    u32_t   gpu_fb;
10
    u32_t   fb_object;
11
12
    struct drm_display_mode *mode;
13
 
14
15
    int     (*set_cursor)();
16
 
17
    int     (*hide_cursor)();
18
    int     (*move_cursor)();
19
20
    int     (*copy)();
21
 
22
23
}display_t;
24