X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fgtkgl.h;fp=src%2Fgtkgl.h;h=0f9f2a033daa06cc2470b4cdb7ffd625c639af3b;hp=fac5086d98ea8ec4ad339b84a742a0ab515d98bc;hb=5c17e7d79895982036139dcffb5c17cefb1d4d9f;hpb=76a55b4ceb4d3326a7345c0ee13416fdaeb75070 diff --git a/src/gtkgl.h b/src/gtkgl.h index fac5086..0f9f2a0 100644 --- a/src/gtkgl.h +++ b/src/gtkgl.h @@ -33,10 +33,10 @@ /* Call before widget is realized */ void gtk_gl_enable(GtkWidget *widget); -/* Call at the start of "expose-event" */ +/* 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 */