aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2016-11-14 21:25:59 +0000
committerokan2016-11-14 21:25:59 +0000
commitee3ec00421417024d273006f0a412ca5f6f302b7 (patch)
tree73bb46c0823434b683aa5794157c9c5b5d01ad55 /calmwm.h
parent277714c53ff6e57732583dd3b1f7eb3e7ac23935 (diff)
downloadcwm-ee3ec00421417024d273006f0a412ca5f6f302b7.tar.gz
Define callbacks, then default bindings.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 68e0066..7867dc2 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.
*
- * $OpenBSD: calmwm.h,v 1.330 2016/10/24 17:16:23 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.331 2016/11/14 21:25:59 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -518,7 +518,7 @@ int parse_config(const char *, struct conf *);
void conf_atoms(void);
void conf_autogroup(struct conf *, int, const char *,
const char *);
-int conf_bind_kbd(struct conf *, const char *,
+int conf_bind_key(struct conf *, const char *,
const char *);
int conf_bind_mouse(struct conf *, const char *,
const char *);