This commit is contained in:
Johan Malm 2023-08-16 10:50:45 -04:00 committed by GitHub
commit 865bb6349c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 39 additions and 0 deletions

View file

@ -40,6 +40,7 @@ struct view;
struct view_impl {
void (*configure)(struct view *view, struct wlr_box geo);
void (*close)(struct view *view);
void (*close_popups)(struct view *view);
const char *(*get_string_prop)(struct view *view, const char *prop);
void (*map)(struct view *view);
void (*set_activated)(struct view *view, bool activated);
@ -166,6 +167,7 @@ void view_toggle_keybinds(struct view *view);
void view_set_activated(struct view *view);
void view_set_output(struct view *view, struct output *output);
void view_close(struct view *view);
void view_close_popups(struct view *view);
/**
* view_move_resize - resize and move view