cc_screen Struct Reference

A screen to which drawing occurs. More...

#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


Detailed Description

A screen to which drawing occurs.

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).

Since:
1.0.0

Field Documentation


The documentation for this struct was generated from the following file:
SourceForge.net Logo