Add .gitignore, COPYING and INSTALL.
[gwm.git] / actions.h
blobe143f419f0cca0b5698d93f87c80543789e145c4
1 #ifndef ACTIONS_H
2 #define ACTIONS_H
4 extern void action_raise_lowest( struct gwm_window *window,
5 xcb_generic_event_t *ev );
7 extern void action_stack_opposite( struct gwm_window *window,
8 xcb_generic_event_t *ev );
10 extern void action_map_all_icons( struct gwm_window *window,
11 xcb_generic_event_t *ev );
13 extern void action_start_xterm( struct gwm_window *window,
14 xcb_generic_event_t *ev );
16 #endif