Move toggle_fullscreen to client.c

This commit is contained in:
Michael Stapelberg
2009-05-26 16:49:57 +02:00
parent ac5c2fcf19
commit b58e2fa8ed
7 changed files with 84 additions and 81 deletions

View File

@ -798,7 +798,7 @@ void parse_command(xcb_connection_t *conn, const char *command) {
if (command[0] == 'f') {
if (last_focused == NULL)
return;
toggle_fullscreen(conn, last_focused);
client_toggle_fullscreen(conn, last_focused);
return;
}