Improve expandibility

This commit is contained in:
ARDiDo 2021-10-23 22:31:39 -04:00 committed by Johan Malm
parent e1c8b3c641
commit a24e17dea7
7 changed files with 67 additions and 57 deletions

View file

@ -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;

View file

@ -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);