aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-11-11 09:46:11 -0500
committerGitHub <noreply@github.com>2017-11-11 09:46:11 -0500
commit78ed7f3c8983191b0b6399d4c66f5524a23f216a (patch)
tree7ff7ee99b3818cd029cfa57218167e7461afa11b /include/rootston/view.h
parent698a172701e15283652d813c8f47122be3164dd5 (diff)
parenteb89f1dcd2dd820bc86ae0350774aff4d81408e8 (diff)
Merge pull request #408 from emersion/fix-xdg-no-geometry
Fix resize issues with some xdg-shell apps.
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r--include/rootston/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index f0d102cd..99b4ed78 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -94,7 +94,7 @@ struct roots_view {
void (*close)(struct roots_view *view);
};
-void view_get_size(const struct roots_view *view, struct wlr_box *box);
+void view_get_box(const struct roots_view *view, struct wlr_box *box);
void view_activate(struct roots_view *view, bool active);
void view_move(struct roots_view *view, double x, double y);
void view_resize(struct roots_view *view, uint32_t width, uint32_t height);