commit | d6bcd7daa753673621f6bd7c36e4324fa2f8454a | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Feb 16 15:53:46 2012 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Feb 16 23:19:38 2012 -0500 |
tree | e9fdfecfc672f960ecec1bfa4ea7f77597e37fa7 | |
parent | 96879dfe5213c3ff3fcc6719a629f3eba18a5bc4 [diff] [blame] |
window: Toggle maximized with super-f5
diff --git a/clients/window.h b/clients/window.h index a199f6f..fd6e57b 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -271,6 +271,9 @@ window_set_fullscreen(struct window *window, int fullscreen); void +window_set_maximized(struct window *window, int maximized); + +void window_set_custom(struct window *window); void