summaryrefslogtreecommitdiffstats
path: root/src/ClientWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientWindow.hh')
-rw-r--r--src/ClientWindow.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ClientWindow.hh b/src/ClientWindow.hh
index 837a3b7..da0049a 100644
--- a/src/ClientWindow.hh
+++ b/src/ClientWindow.hh
@@ -23,12 +23,14 @@ public:
*killButton;
uint32_t owner_module;
+ uint32_t index;
void updateInfo(const ClientInfo &i);
virtual void onCloseButton();
virtual void onToOwnerModuleButton();
virtual bool on_delete_event(GdkEventAny* e);
+ virtual void onKillButton();
};
#endif