mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Add action ToggleShowDesktop
This commit is contained in:
parent
c9b4da2ce2
commit
58b3562d6d
8 changed files with 123 additions and 1 deletions
|
|
@ -487,6 +487,7 @@ void view_resize_relative(struct view *view,
|
|||
void view_move_relative(struct view *view, int x, int y);
|
||||
void view_move(struct view *view, int x, int y);
|
||||
void view_moved(struct view *view);
|
||||
void view_minimize_no_show_desktop_reset(struct view *view, bool minimized);
|
||||
void view_minimize(struct view *view, bool minimized);
|
||||
bool view_compute_centered_position(struct view *view,
|
||||
const struct wlr_box *ref, int w, int h, int *x, int *y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue