|
GadgetSeed
0.9.6
|
[TODO] 複数グラフィックデバイスに対応したい [詳解]
#include <graphics.h>

フィールド | |
| struct st_device * | fb_dev |
| short | screen_width |
| short | screen_height |
| unsigned short | color_depth |
| unsigned short | frame_num |
| unsigned char * | frame_buf_ptr [MAX_FRAMEBUF] |
| unsigned int | mem_size |
| unsigned int | pen_color |
| unsigned int | back_color |
| unsigned char | pen_mode |
| struct st_rect | i_clip_rect |
| struct st_rect | clip_rect |
| unsigned char | pen_pat [8] |
[TODO] 複数グラフィックデバイスに対応したい
graphics.h の 92 行目に定義があります。