SYMBOL INDEX (24 symbols across 2 files) FILE: xwm.c function killclient (line 17) | static void killclient(char **com) { function closewm (line 22) | static void closewm(char **com) { function spawn (line 29) | static void spawn(char **com) { function fullclient (line 41) | static void fullclient(char **com) { function handleButtonPress (line 54) | static void handleButtonPress(xcb_generic_event_t *ev) { function handleMotionNotify (line 66) | static void handleMotionNotify(xcb_generic_event_t *ev) { function xcb_keycode_t (line 96) | static xcb_keycode_t *xcb_get_keycodes(xcb_keysym_t keysym) { function xcb_keysym_t (line 104) | static xcb_keysym_t xcb_get_keysym(xcb_keycode_t keycode) { function setFocus (line 112) | static void setFocus(xcb_drawable_t window) { function setFocusColor (line 119) | static void setFocusColor(xcb_window_t window, int focus) { function handleKeyPress (line 128) | static void handleKeyPress(xcb_generic_event_t *ev) { function handleEnterNotify (line 140) | static void handleEnterNotify(xcb_generic_event_t *ev) { function handleButtonRelease (line 145) | static void handleButtonRelease(xcb_generic_event_t *ev) { function handleDestroyNotify (line 150) | static void handleDestroyNotify(xcb_generic_event_t *ev) { function handleFocusIn (line 155) | static void handleFocusIn(xcb_generic_event_t *ev) { function handleFocusOut (line 160) | static void handleFocusOut(xcb_generic_event_t *ev) { function handleMapRequest (line 165) | static void handleMapRequest(xcb_generic_event_t *ev) { function eventHandler (line 184) | static int eventHandler(void) { function setup (line 202) | static void setup(void) { function die (line 228) | static int die(char *errstr) { function strcmp_c (line 242) | static int strcmp_c(char *str1, char *str2) { function main (line 253) | int main(int argc, char *argv[]) { FILE: xwm.h type Key (line 4) | typedef struct { type handler_func_t (line 11) | typedef struct {