]> icculus.org git repositories - dana/openbox.git/commit
add the keyboard plugin into the build systems
authorDana Jansens <danakj@orodu.net>
Fri, 4 Apr 2003 20:19:12 +0000 (20:19 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 4 Apr 2003 20:19:12 +0000 (20:19 +0000)
commit68ff2eb3d2d7874e780000143cbee9a8e7c2e57f
treeeed6077d7eedb92fac0c8c3c51c56577be15f82e
parentc8ff993e08e73f030a2efdb4f01c5f65464555e7
add the keyboard plugin into the build systems
keyboard bindings are parsed from the rc file
13 files changed:
build/Makefile.kernel
build/Makefile.plugins
build/Makefile.plugins.keyboard [new file with mode: 0644]
openbox/parse.c
openbox/parse.y
plugins/keyboard/.cvsignore
plugins/keyboard/keyboard.c
plugins/keyboard/keyparse.c [new file with mode: 0644]
plugins/keyboard/keyparse.h [new file with mode: 0644]
plugins/keyboard/keysrc [deleted file]
plugins/keyboard/keysrc.h [deleted file]
plugins/keyboard/keysrc.l [deleted file]
plugins/keyboard/keysrc.yacc [deleted file]