aboutsummaryrefslogtreecommitdiffhomepage
path: root/interface-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface-gtk.h')
-rw-r--r--interface-gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-gtk.h b/interface-gtk.h
index ac524d9..4a60482 100644
--- a/interface-gtk.h
+++ b/interface-gtk.h
@@ -62,6 +62,7 @@ public:
inline void
event_loop(void)
{
+ gtk_widget_show_all(window);
gtk_main();
}