X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fopengl.h;h=96637ddce5e4c7740ef0b7bcbc9adc9c7c5e3deb;hp=f0a631b91055057abd4af59d0f7de1ee9a2dec42;hb=d527bfdb9682b1824e1c2df318a92291aaa48860;hpb=f21f94748e256058ee09dfe145c06c28473695fb diff --git a/src/opengl.h b/src/opengl.h index f0a631b..96637dd 100644 --- a/src/opengl.h +++ b/src/opengl.h @@ -1,6 +1,6 @@ #ifndef OPENGL_H #define OPENGL_H -gboolean opengl_init(GtkDrawingArea *drawing, GtkNotebook *config); +gboolean opengl_init(AWeatherGui *gui); #endif