#include <hd.h>
Data Fields | |
union u_hd_res_t * | next |
enum resource_types | type |
unsigned | width |
unsigned | height |
in pixel | |
unsigned | bytes_p_line |
line length in bytes (do not confuse with 'width') | |
unsigned | colorbits |
4, 8, 15, 16, 24, 32 | |
unsigned | mode |
mode number for kernel |
union u_hd_res_t* res_framebuffer_t::next [write] |
unsigned res_framebuffer_t::width |
Referenced by dump_normal(), hd2prop(), and prop2hd().
unsigned res_framebuffer_t::height |
unsigned res_framebuffer_t::bytes_p_line |
line length in bytes (do not confuse with 'width')
Referenced by dump_normal(), hd2prop(), and prop2hd().
unsigned res_framebuffer_t::colorbits |
unsigned res_framebuffer_t::mode |