Subversion Repositories Kolibri OS

Rev

Rev 6495 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6495 Rev 6589
Line 5... Line 5...
5
 * voxel function
5
 * voxel function
6
 */
6
 */
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
extern int kolibri_buf2d_init(void);
8
extern int kolibri_buf2d_init(void);
9
 
9
 
10
typedef struct {
10
typedef struct __attribute__ ((__packed__)) {
11
	unsigned int *buf_pointer;
11
	unsigned int *buf_pointer;
12
	uint16_t left;                  
12
	uint16_t left;
13
	uint16_t top;                 
13
	uint16_t top;