X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.h;h=be181bd75c590556195ec07d96d1409a3e8570e8;hb=a43303bdcbb5460f8d50823c4d0cedc30de6bb57;hp=9c29334831461d44f0bcd74c94ec99b6ba59d378;hpb=c4e4760c41f10aae6af19a4363cb247c71edee4b;p=chaz%2Fopenbox diff --git a/openbox/keyboard.h b/openbox/keyboard.h index 9c293348..be181bd7 100644 --- a/openbox/keyboard.h +++ b/openbox/keyboard.h @@ -1,4 +1,4 @@ -/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- keyboard.h for the Openbox window manager Copyright (c) 2003 Ben Jansens @@ -34,6 +34,7 @@ void keyboard_startup(gboolean reconfig); void keyboard_shutdown(gboolean reconfig); gboolean keyboard_bind(GList *keylist, ObAction *action); +void keyboard_unbind_all(); void keyboard_event(struct _ObClient *client, const XEvent *e); void keyboard_reset_chains();