Subversion Repositories Kolibri OS

Rev

Rev 1313 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1313 Rev 1404
Line 17... Line 17...
17
    uint32_t  *data;
17
    uint32_t  *data;
18
    uint32_t   hot_x;
18
    uint32_t   hot_x;
19
    uint32_t   hot_y;
19
    uint32_t   hot_y;
Line 20... Line 20...
20
 
20
 
21
    struct list_head      list;
21
    struct list_head   list;
22
    struct radeon_object *robj;
22
    struct radeon_bo  *robj;
Line 23... Line 23...
23
}cursor_t;
23
}cursor_t;
24
 
24