|
|
1.1 root 1: #ifndef VIDEO_SUBR_H
2: #define VIDEO_SUBR_H
3:
4: /* packages/video.c */
5: int video_get_res(int *w, int *h);
6: void draw_pixel(int x, int y, int colind);
7: void set_color(int ind, unsigned long color);
8: void video_scroll(int height);
9: void init_video(unsigned long fb, int width, int height, int depth, int rb);
10:
11: #endif /* VIDEO_SUBR_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.