res_framebuffer_t Struct Reference
[Resource structures]

#include <hd.h>


Data Fields

u_hd_res_tnext
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


Field Documentation

unsigned res_framebuffer_t::bytes_p_line
 

line length in bytes (do not confuse with 'width')

unsigned res_framebuffer_t::colorbits
 

4, 8, 15, 16, 24, 32

unsigned res_framebuffer_t::height
 

in pixel

unsigned res_framebuffer_t::mode
 

mode number for kernel

union u_hd_res_t* res_framebuffer_t::next
 

enum resource_types res_framebuffer_t::type
 

unsigned res_framebuffer_t::width
 


The documentation for this struct was generated from the following file: