mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
include: add config/types.h
This commit is contained in:
parent
6dea8c0dcc
commit
9d49d19cd2
54 changed files with 414 additions and 368 deletions
|
|
@ -8,13 +8,13 @@
|
|||
struct wlr_box;
|
||||
|
||||
void snap_move_to_edge(struct view *view,
|
||||
enum view_edge direction, bool snap_to_windows, int *dx, int *dy);
|
||||
enum lab_edge direction, bool snap_to_windows, int *dx, int *dy);
|
||||
|
||||
void snap_grow_to_next_edge(struct view *view,
|
||||
enum view_edge direction, struct wlr_box *geo);
|
||||
enum lab_edge direction, struct wlr_box *geo);
|
||||
|
||||
void snap_shrink_to_next_edge(struct view *view,
|
||||
enum view_edge direction, struct wlr_box *geo);
|
||||
enum lab_edge direction, struct wlr_box *geo);
|
||||
|
||||
void snap_invalidate_edge_cache(struct view *view);
|
||||
void snap_update_cache_geometry(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue