summaryrefslogtreecommitdiffstats
path: root/src/ModuleWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ModuleWindow.hh')
-rw-r--r--src/ModuleWindow.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ModuleWindow.hh b/src/ModuleWindow.hh
index 989e85a..daec735 100644
--- a/src/ModuleWindow.hh
+++ b/src/ModuleWindow.hh
@@ -24,6 +24,7 @@ public:
void updateInfo(const ModuleInfo &i);
virtual void onCloseButton();
+ virtual bool on_delete_event(GdkEventAny* e);
};
#endif