fix linux build not compiling with missing line

This commit is contained in:
UnknownShadow200 2022-01-15 10:10:47 +11:00
parent 308d2ec21d
commit 7ec5c09696

View File

@ -970,6 +970,7 @@ static GC fb_gc;
static XImage* fb_image;
static struct Bitmap fb_bmp;
static void* fb_data;
static int fb_fast;
void Window_AllocFramebuffer(struct Bitmap* bmp) {
if (!fb_gc) fb_gc = XCreateGC(win_display, win_handle, 0, NULL);