commit | 5a183329cac23d58f66de6de522b8e15e2a82f45 | [log] [tgz] |
---|---|---|
author | Jasper St. Pierre <jstpierre@mecheye.net> | Tue Feb 18 19:18:42 2014 -0500 |
committer | Jasper St. Pierre <jstpierre@mecheye.net> | Tue Feb 18 19:20:18 2014 -0500 |
tree | ee84ca2f682cc1814d9de9d1fa61729996d741c3 | |
parent | 63a9c336f3a07441d36dfe3e4cb60788a073aac3 [diff] [blame] |
clients: Add support for the minimize button
diff --git a/clients/window.h b/clients/window.h index 7ec3537..38d574f 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -377,6 +377,9 @@ window_set_maximized(struct window *window, int maximized); void +window_set_minimized(struct window *window); + +void window_set_user_data(struct window *window, void *data); void *