about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2013-07-09 01:24:49 +0000
committerokan <okan>2013-07-09 01:24:49 +0000
commitdd10412804923a5e1b2aab46ab94c4f8e29696fb (patch)
tree1cbd3ee838a602b83bb3fe9b5ef54a0285e13281 /calmwm.h
parent9bf2498d7e388a7c0a05e3850b5235c5bb381d47 (diff)
downloadcwm-dd10412804923a5e1b2aab46ab94c4f8e29696fb.tar.gz
cwm-dd10412804923a5e1b2aab46ab94c4f8e29696fb.tar.xz
cwm-dd10412804923a5e1b2aab46ab94c4f8e29696fb.zip
since the root and event window are the same in the case of a button
event on the screen's root window, there's no need to pass down the
entire XButtonEvent event, at least to group_menu(), the only callback
which takes an argument at this point; instead use the already populated
screen.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 9a5517d..820cf32 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -360,7 +360,7 @@ void			 group_autogroup(struct client_ctx *);
 void			 group_cycle(struct screen_ctx *, int);
 void			 group_hidetoggle(struct screen_ctx *, int);
 void			 group_init(struct screen_ctx *);
-void			 group_menu(XButtonEvent *);
+void			 group_menu(struct screen_ctx *);
 void			 group_movetogroup(struct client_ctx *, int);
 void			 group_only(struct screen_ctx *, int);
 void			 group_sticky(struct client_ctx *);