aboutsummaryrefslogtreecommitdiff
path: root/src/Clientmenu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Clientmenu.cc')
-rw-r--r--src/Clientmenu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Clientmenu.cc b/src/Clientmenu.cc
index e873124..68b6173 100644
--- a/src/Clientmenu.cc
+++ b/src/Clientmenu.cc
@@ -45,7 +45,7 @@ Clientmenu::Clientmenu(Workspace *ws) : Basemenu(ws->getScreen()) {
45} 45}
46 46
47 47
48void Clientmenu::itemSelected(int button, int index) { 48void Clientmenu::itemSelected(int button, unsigned int index) {
49 if (button > 2) return; 49 if (button > 2) return;
50 50
51 FluxboxWindow *win = wkspc->getWindow(index); 51 FluxboxWindow *win = wkspc->getWindow(index);