From d3dd3d18a1e346fe98a3b460a99c0fb831afe257 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 8 Sep 2004 00:04:00 +0000 Subject: Assorted updates git-svn-id: file:///home/lennart/svn/public/paman/trunk@30 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/ClientWindow.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ClientWindow.hh') 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 -- cgit