diff options
Diffstat (limited to 'clients/window.h')
-rw-r--r-- | clients/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/window.h b/clients/window.h index 7ec35375..38d574fb 100644 --- a/clients/window.h +++ b/clients/window.h @@ -377,6 +377,9 @@ void 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 * |