X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgtkgl.h;h=0f9f2a033daa06cc2470b4cdb7ffd625c639af3b;hp=244bc147b335104215310341e56593dd017cf9a8;hb=5c17e7d79895982036139dcffb5c17cefb1d4d9f;hpb=8bbd94522aa48d4ae72b1034cf7a17e29f98f329 diff --git a/src/gtkgl.h b/src/gtkgl.h index 244bc14..0f9f2a0 100644 --- a/src/gtkgl.h +++ b/src/gtkgl.h @@ -27,15 +27,16 @@ #else #include #include +#include #endif /* Call before widget is realized */ void gtk_gl_enable(GtkWidget *widget); -/* Call at the start of "expose" */ +/* Call at the start of expose */ void gtk_gl_begin(GtkWidget *widget); -/* Call at the end of "expose-event" */ +/* Call at the end of expose */ void gtk_gl_end(GtkWidget *widget); /* Call when done to cleanup data */