This commit is contained in:
Carlos Aragones
2020-04-25 23:16:35 +02:00
parent 894e7cca5e
commit 4bd40299eb
8 changed files with 102 additions and 162 deletions

View File

@ -17,5 +17,6 @@ typedef struct {
XImage *image_scaler;
uint32_t image_scaler_width;
uint32_t image_scaler_height;
struct mfb_timer *timer;
} SWindowData_X11;