remember spot across fullscreen toggle

This commit is contained in:
seanpringle
2012-09-02 11:26:52 +10:00
parent 19703e33d0
commit 02035c5ffd
3 changed files with 14 additions and 10 deletions

View File

@@ -13,7 +13,6 @@ client* window_client(Window win);
int client_state(client *c, Atom state);
int client_add_state(client *c, Atom state);
int client_drop_state(client *c, Atom state);
void client_toggle_state(client *c, Atom state);
void windows_visible(stack *s);
int window_message(Window target, Window subject, Atom atom, unsigned long protocol, unsigned long mask);
void client_free(client *c);