mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
Improve expandibility
This commit is contained in:
parent
e1c8b3c641
commit
a24e17dea7
7 changed files with 67 additions and 57 deletions
|
|
@ -14,7 +14,7 @@ struct rcxml {
|
|||
bool xdg_shell_server_side_deco;
|
||||
int gap;
|
||||
bool adaptive_sync;
|
||||
int strength;
|
||||
int screen_edge_strength;
|
||||
|
||||
/* focus */
|
||||
bool focus_follow_mouse;
|
||||
|
|
|
|||
|
|
@ -345,6 +345,8 @@ void view_child_finish(struct view_child *child);
|
|||
void subsurface_create(struct view *view, struct wlr_subsurface *wlr_subsurface);
|
||||
|
||||
void view_set_activated(struct view *view, bool activated);
|
||||
void move_resistance(struct view *view, double *x, double *y, bool screen_edge);
|
||||
struct border view_border(struct view *view);
|
||||
void view_move_resize(struct view *view, struct wlr_box geo);
|
||||
void view_move(struct view *view, double x, double y);
|
||||
void view_minimize(struct view *view, bool minimized);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue