1 2 3 4 5 6 7 8
typedef struct { int redBits; int greenBits; int blueBits; } ScreenInfo; ScreenInfo* default_screen_depth(); void set_screen_depth(ScreenInfo* info);