rayfract

view src/gui.h @ 9:628e7084a482

removed the getenv/glutIdleFunc hack as now stereowrap forces continuous redraws when necessary by sending Expose events.
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 03 Nov 2011 13:41:33 +0200
parents 87b6a11c920b
children
line source
1 #ifndef GUI_H_
2 #define GUI_H_
4 #include <imtk.h>
6 int gui_init(int xsz, int ysz);
7 void gui_draw();
8 void gui_set_visible(bool vis);
10 #endif