]> Pileus Git - grits/blobdiff - src/gtkgl.h
Gtk 3 Port
[grits] / src / gtkgl.h
index c0a8bd6f60bf8de788039f7964c8d397f174a8c5..482ec4296aeec3995e03cc77561ab2336a0ec5ff 100644 (file)
 /* Call before widget is realized */
 void gtk_gl_enable(GtkWidget *widget);
 
-/* Call at the start of "expose" */
+/* Call at the start of "draw" */
 void gtk_gl_begin(GtkWidget *widget);
 
-/* Call at the end of "expose-event" */
+/* Call at the end of "draw" */
 void gtk_gl_end(GtkWidget *widget);
 
 /* Call when done to cleanup data */