#include <stdio.h>

struct GRAPHICS_INFO {
    int xsize;
    int ysize;
    double refresh_period;
};

struct APP_OUT_GRAPHICS {
};