@@ -41,7 +41,7 @@ public:
void swap_buffers();
- void is_valid()
+ bool is_valid()
{
return display != EGL_NO_DISPLAY;
}