From d703ae45dde73053767ccbb3c0c3d66f2b98fd11 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Wed, 5 Dec 2018 08:58:51 +0000 Subject: rootston: use int for width, height --- rootston/desktop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootston') diff --git a/rootston/desktop.c b/rootston/desktop.c index 9b5291a3..c894dbb1 100644 --- a/rootston/desktop.c +++ b/rootston/desktop.c @@ -547,7 +547,7 @@ void view_update_position(struct roots_view *view, double x, double y) { view_damage_whole(view); } -void view_update_size(struct roots_view *view, uint32_t width, uint32_t height) { +void view_update_size(struct roots_view *view, int width, int height) { if (view->width == width && view->height == height) { return; } -- cgit v1.2.3