mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-12 09:06:55 -04:00
fix linux build not compiling with missing line
This commit is contained in:
parent
308d2ec21d
commit
7ec5c09696
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user