diff options
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/desktop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |