commit 54f7505dfcfd577a266114dda914e651754b3736 parent ad2704a6afc551fed0a65ef0324c6f3b89a83ae0 Author: Willy Goiffon <dev@z3bra.org> Date: Thu, 24 Oct 2019 23:57:50 +0200 Add prototypes for all functions Diffstat:
glazier.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/glazier.c b/glazier.c @@ -21,7 +21,9 @@ struct cursor_t { int b; }; +void usage(char *); static int takeover(); +static int adopt(xcb_window_t); static int ev_callback(xcb_generic_event_t *); /* XCB events callbacks */