commit | 53686048ccb9836c1e36d32d36e788d49239a634 | [log] [tgz] |
---|---|---|
author | Jasper St. Pierre <jstpierre@mecheye.net> | Mon Dec 09 15:26:25 2013 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sat Feb 01 01:53:05 2014 -0800 |
tree | 4d3488648a6f0d5167c28012efa8fe8e48a623c5 | |
parent | 0790e3978a771328b276cf5ee73fcf31a41fa051 [diff] [blame] |
window: Add wrappers for xdg_surface_set_transient_for
diff --git a/clients/window.h b/clients/window.h index 357ecdc..7ec3537 100644 --- a/clients/window.h +++ b/clients/window.h
@@ -272,6 +272,11 @@ struct window * window_create_custom(struct display *display); +void +window_set_transient_for(struct window *window, struct window *parent_window); +struct window * +window_get_transient_for(struct window *window); + int window_has_focus(struct window *window);