From 802e7392f89a1e401a3953099ac5d477a461e469 Mon Sep 17 00:00:00 2001
From: Tony Crisci <tony@dubstepdish.com>
Date: Sun, 3 Dec 2017 11:01:44 -0500
Subject: use "size" instead of "dimensions"

---
 include/sway/view.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include/sway')

diff --git a/include/sway/view.h b/include/sway/view.h
index 2707ca78..cf2e6f66 100644
--- a/include/sway/view.h
+++ b/include/sway/view.h
@@ -55,7 +55,7 @@ struct sway_view {
 	struct {
 		const char *(*get_prop)(struct sway_view *view,
 				enum sway_view_prop prop);
-		void (*set_dimensions)(struct sway_view *view,
+		void (*set_size)(struct sway_view *view,
 				int width, int height);
 	} iface;
 };
-- 
cgit v1.2.3