aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Alexander Orzechowski <orzechowski.alexander@gmail.com>2022-03-04 19:23:27 -0500
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-01-18 18:36:54 +0300
commitdbd2fbf4301d441be4f9a04a1df6d93c81c361f6 (patch)
treeed1e1da485e28529bf28922c08b021a7bc1856ac /include
parentdesktop: Rename layers to shell_layers (diff)
downloadsway-dbd2fbf4301d441be4f9a04a1df6d93c81c361f6.tar.gz
sway-dbd2fbf4301d441be4f9a04a1df6d93c81c361f6.tar.zst
sway-dbd2fbf4301d441be4f9a04a1df6d93c81c361f6.zip
view: init function should return a success bool
Diffstat (limited to 'include')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 856651a5..822e7bb3 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -311,7 +311,7 @@ void view_for_each_popup_surface(struct sway_view *view,
311 311
312// view implementation 312// view implementation
313 313
314void view_init(struct sway_view *view, enum sway_view_type type, 314bool view_init(struct sway_view *view, enum sway_view_type type,
315 const struct sway_view_impl *impl); 315 const struct sway_view_impl *impl);
316 316
317void view_destroy(struct sway_view *view); 317void view_destroy(struct sway_view *view);