commit | 938b8fa3c269522fadbaf342eda124468f5f39af | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri May 18 13:46:27 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri May 18 13:47:15 2012 -0400 |
tree | 58689583e3f8507b9f97fd30da044fe56e8856e5 | |
parent | 00c57749b18b6466d4208bee65dddbf5c42372d4 [diff] [blame] |
shell: Expose surface move functionality in shell interface
diff --git a/src/compositor.h b/src/compositor.h index de30647..1d3e060 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -62,6 +62,8 @@ struct weston_surface *surface, struct shell_surface **ret); void (*set_toplevel)(struct shell_surface *shsurf); + + int (*move)(struct shell_surface *shsurf, struct weston_seat *ws); }; struct weston_border {