boinc/api/graphics_api.h

10 lines
144 B
C
Raw Normal View History

struct APP_IN_GRAPHICS {
int xsize;
int ysize;
double refresh_period;
char shmem_seg_name[32];
};
struct APP_OUT_GRAPHICS {
};