mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
view: init function should return a success bool
This commit is contained in:
parent
b4d7e84d38
commit
dbd2fbf430
4 changed files with 11 additions and 4 deletions
|
|
@ -311,7 +311,7 @@ void view_for_each_popup_surface(struct sway_view *view,
|
|||
|
||||
// view implementation
|
||||
|
||||
void view_init(struct sway_view *view, enum sway_view_type type,
|
||||
bool view_init(struct sway_view *view, enum sway_view_type type,
|
||||
const struct sway_view_impl *impl);
|
||||
|
||||
void view_destroy(struct sway_view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue