summaryrefslogtreecommitdiffstats
path: root/src/ClientWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientWindow.hh')
-rw-r--r--src/ClientWindow.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientWindow.hh b/src/ClientWindow.hh
index 8440daf..f65cdc4 100644
--- a/src/ClientWindow.hh
+++ b/src/ClientWindow.hh
@@ -27,6 +27,7 @@ public:
virtual void onCloseButton();
virtual void onToOwnerModuleButton();
+ virtual bool on_delete_event(GdkEventAny* e);
};
#endif