mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 01:26:50 -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 XImage* fb_image;
|
||||||
static struct Bitmap fb_bmp;
|
static struct Bitmap fb_bmp;
|
||||||
static void* fb_data;
|
static void* fb_data;
|
||||||
|
static int fb_fast;
|
||||||
|
|
||||||
void Window_AllocFramebuffer(struct Bitmap* bmp) {
|
void Window_AllocFramebuffer(struct Bitmap* bmp) {
|
||||||
if (!fb_gc) fb_gc = XCreateGC(win_display, win_handle, 0, NULL);
|
if (!fb_gc) fb_gc = XCreateGC(win_display, win_handle, 0, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user