diff options
author | okan | 2011-03-22 10:47:59 +0000 |
---|---|---|
committer | okan | 2011-03-22 10:47:59 +0000 |
commit | ebcb441521708792051913bc8ce6b0891b402d77 (patch) | |
tree | 5658830b9a0c10d63979c3e41781a57d65805bef /calmwm.h | |
parent | 12e2dbd7e638ae41941668d15dbcebd11dee3e76 (diff) | |
download | cwm-ebcb441521708792051913bc8ce6b0891b402d77.tar.gz |
move the single keycode function directly into the menu code.
ok oga@
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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.118 2010/05/22 22:10:31 okan Exp $ + * $Id: calmwm.h,v 1.119 2011/03/22 10:47:59 okan Exp $ */ #ifndef _CALMWM_H_ @@ -325,12 +325,6 @@ struct menu { TAILQ_HEAD(menu_q, menu); -enum ctltype { - CTL_NONE = -1, - CTL_ERASEONE = 0, CTL_WIPE, CTL_UP, CTL_DOWN, CTL_RETURN, - CTL_ABORT, CTL_ALL -}; - /* MWM hints */ struct mwm_hints { @@ -346,9 +340,6 @@ struct mwm_hints { #define MWM_DECOR_ALL (1 << 0) #define MWM_DECOR_BORDER (1 << 1) -int input_keycodetrans(KeyCode, u_int, enum ctltype *, - char *); - __dead void usage(void); struct client_ctx *client_find(Window); |