cleanup
This commit is contained in:
4
proto.h
4
proto.h
@@ -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[]);
|
||||
|
||||
Reference in New Issue
Block a user