aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga2008-06-25 22:37:29 +0000
committeroga2008-06-25 22:37:29 +0000
commitea467dcc7c2dd8a6ac0a086decb3ac3809156bcc (patch)
tree720792b44ea4d25f23ad3dceb9f47621a4a294a5 /calmwm.h
parent0d54d0f91c0e0a04b1ade9b407ff5b17163fc23e (diff)
downloadcwm-ea467dcc7c2dd8a6ac0a086decb3ac3809156bcc.tar.gz
Actually grab the correct mouse buttons for a window, instead of doing the
old hardcoded ones (which now can be wrong). tested by todd@ and johan@.
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index edbc32a..90c9ee2 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.55 2008/06/17 23:40:33 oga Exp $
+ * $Id: calmwm.h,v 1.56 2008/06/25 22:37:29 oga Exp $
*/
#ifndef _CALMWM_H_
@@ -424,6 +424,7 @@ void conf_bindname(struct conf *, char *, char *);
void conf_unbind(struct conf *, struct keybinding *);
void conf_mousebind(struct conf *, char *, char *);
void conf_mouseunbind(struct conf *, struct mousebinding *);
+void conf_grab_mouse(struct client_ctx *);
int conf_changed(char *);
void conf_reload(struct conf *);
void conf_font(struct conf *);