summaryrefslogtreecommitdiff
path: root/include/sway/view.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2017-11-25 10:59:49 -0500
committerDrew DeVault <[email protected]>2017-11-25 11:19:25 -0500
commitce1936bc65d01502e3a5f8681bb039cb95e82e0c (patch)
treefcdeb554df5aaf30aff7723171e0dfe0bf097420 /include/sway/view.h
parent289ba64bdea0ed3d42fb195b64e19e0cac799c97 (diff)
Arrange windows on desktop
Diffstat (limited to 'include/sway/view.h')
-rw-r--r--include/sway/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/view.h b/include/sway/view.h
index 2675a6f5..9d503674 100644
--- a/include/sway/view.h
+++ b/include/sway/view.h
@@ -52,6 +52,8 @@ struct sway_view {
struct {
const char *(*get_prop)(struct sway_view *view,
enum sway_view_prop prop);
+ void (*set_dimensions)(struct sway_view *view,
+ int width, int height);
} iface;
};