mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
include/edges.h: remove unimplemented function
This commit is contained in:
parent
b966a1ed73
commit
d5c03ab7fb
1 changed files with 0 additions and 3 deletions
|
|
@ -101,9 +101,6 @@ typedef void (*edge_validator_t)(int *best, struct edge current,
|
|||
|
||||
void edges_initialize(struct border *edges);
|
||||
|
||||
void edges_adjust_geom(struct view *view, struct border edges,
|
||||
uint32_t resize_edges, struct wlr_box *geom);
|
||||
|
||||
void edges_find_neighbors(struct border *nearest_edges, struct view *view,
|
||||
struct wlr_box origin, struct wlr_box target,
|
||||
struct output *output, edge_validator_t validator, bool ignore_hidden);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue