This commit is contained in:
seanpringle
2012-09-04 01:11:34 +10:00
parent db944a1a25
commit 3ddd1aed2e
2 changed files with 60 additions and 117 deletions

View File

@@ -25,7 +25,6 @@ void client_cycle(client *c);
Window spot_active(int spot, int mon, Window except);
void client_stack(client *c, stack *all, stack *raise);
void client_raise(client *c);
void client_lower(client *c);
void client_active(client *c);
void find_or_start(char *class);
void window_listen(Window win);
@@ -40,6 +39,5 @@ void unmap_notify(XUnmapEvent *e);
void key_press(XKeyEvent *e);
void button_press(XButtonEvent *e);
void client_message(XClientMessageEvent *e);
void focus_change(XFocusChangeEvent *e);
void property_notify(XPropertyEvent *e);
void any_event(XEvent *e);
int main(int argc, char *argv[]);