#include <screen.h>
Data Fields | |
| uint32 | bpp |
| int | clipping_enabled |
| uint32 | current_list |
| uint32 | finished_lists |
| uint32 | flags |
| uint32 | height |
| uint32 | maxX |
| uint32 | maxY |
| uint32 | minX |
| uint32 | minY |
| void * | sysdata |
| char * | title |
| uint32 | width |
| uint32 | xpos |
| uint32 | ypos |
A cc_screen_t is an area to which primitives can be drawn. Currently only screens that correspond to the actual window of the program are supported. All fields in this structure should be considered by the user program to be read only (many are simply set on init, and then ignored).
| void* cc_screen::sysdata |
| char* cc_screen::title |