Subversion Repositories Kolibri OS

Rev

Rev 2340 | Rev 2344 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2340 Rev 2342
Line 53... Line 53...
53
    u32    handle;
53
    u32    handle;
54
    void  *data;
54
    void  *data;
55
};
55
};
56
 
56
 
Line 57... Line 57...
57
int create_bitmap(struct ubitmap *pbitmap, int width, int height);
57
int create_bitmap(struct ubitmap *pbitmap);
-
 
58
int init_bitmaps();