Dimensions of an area
#include <gf/gf.h> typedef struct { uint16_t w; uint16_t h; } gf_dim_t;
The gf_dim_t structure defines the dimensions of an area. It contains at least the following members:
QNX Graphics Framework
gf_cursor_set(), gf_draw_bitmap()