mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Merge 216a83c1f9 into a89bcc3c60
This commit is contained in:
commit
865bb6349c
6 changed files with 39 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue