Merge pull request #11 from wdlkmpx/patch-1

mainwin.h: extern cairo_surface_t * pixsurf
This commit is contained in:
Eugene Morozov 2021-01-22 00:17:21 +03:00 committed by GitHub
commit 96a7437236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#ifndef __MAINWIN_H__
#define __MAINWIN_H__
cairo_surface_t * pixsurf;
extern cairo_surface_t * pixsurf;
void mw_create(gint da_width, gint da_height);
void mw_small_balls_add(GtkWidget *child);