summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-03 14:22:06 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-03 14:22:06 -0500
commit823f6ee1229ee1c3613a293fffd017ad3865f3ce (patch)
tree02422e12285a768d24c18612f039eaede1692e83 /include
parentbasic wl-shell (diff)
parentMerge pull request #1491 from acrisci/refactor/dimension-to-size (diff)
downloadsway-823f6ee1229ee1c3613a293fffd017ad3865f3ce.tar.gz
sway-823f6ee1229ee1c3613a293fffd017ad3865f3ce.tar.zst
sway-823f6ee1229ee1c3613a293fffd017ad3865f3ce.zip
Merge branch 'wlroots' into feature/wl-shell
Diffstat (limited to 'include')
-rw-r--r--include/sway/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/view.h b/include/sway/view.h
index 22f5ccf9..f87a8d5b 100644
--- a/include/sway/view.h
+++ b/include/sway/view.h
@@ -68,7 +68,7 @@ struct sway_view {
68 struct { 68 struct {
69 const char *(*get_prop)(struct sway_view *view, 69 const char *(*get_prop)(struct sway_view *view,
70 enum sway_view_prop prop); 70 enum sway_view_prop prop);
71 void (*set_dimensions)(struct sway_view *view, 71 void (*set_size)(struct sway_view *view,
72 int width, int height); 72 int width, int height);
73 } iface; 73 } iface;
74}; 74};