commit | 491bac19c7c32c62ac5bbe48f0064b55586a8a4a | [log] [tgz] |
---|---|---|
author | Tiago Vignatti <tiago.vignatti@intel.com> | Fri May 18 16:37:43 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri May 18 16:37:43 2012 -0400 |
tree | f20a56067b3a95bca2d929f8cc5e031bd5a73cf5 | |
parent | 5cbb9c8a6b2651cca6a9b20572b4e6939068ce60 [diff] [blame] |
shell: Expose set_transient in shell interface
diff --git a/src/compositor.h b/src/compositor.h index 1d3e060..0ba51d7 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -63,6 +63,9 @@ struct shell_surface **ret); void (*set_toplevel)(struct shell_surface *shsurf); + void (*set_transient)(struct shell_surface *shsurf, + struct shell_surface *pshsurf, + int x, int y, uint32_t flags); int (*move)(struct shell_surface *shsurf, struct weston_seat *ws); };