Tweaked the serialization progress dialog.
[gliv.git] / src / include / gl_widget.h
blob29da794183da497808b5c7a97ad0f4c0b55a2dec
1 #ifndef GL_WIDGET_H
2 #define GL_WIDGET_H
4 #include "gliv.h"
6 void update_bg_color(void);
7 void create_gl_widget(void);
8 void report_opengl_errors(void);
10 #endif