diff --git a/src/Window.c b/src/Window.c index 7433b14c7..ca5b7de9e 100644 --- a/src/Window.c +++ b/src/Window.c @@ -1409,7 +1409,7 @@ void Window_ShowDialog(const char* title, const char* msg) { } static GC fb_gc; -static XImage* fb_image;\ +static XImage* fb_image; void Window_AllocFramebuffer(Bitmap* bmp) { if (!fb_gc) fb_gc = XCreateGC(win_display, win_handle, 0, NULL); @@ -1950,7 +1950,7 @@ void Window_AllocFramebuffer(Bitmap* bmp) { void Window_DrawFramebuffer(Rect2D r) { CGContextRef context = NULL; CGDataProviderRef provider; - GImageRef image; + CGImageRef image; CGRect rect; OSStatus err;