aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/example5/function.h
blob: d845887354de96ffad4b73da0e710d5315e5e3ac (plain)
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);