mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-11 05:34:37 -04:00
view: hide maximize and center functions
This is now handled in view_position.
This commit is contained in:
parent
a4a3a4954a
commit
29009ddd77
2 changed files with 2 additions and 4 deletions
2
view.h
2
view.h
|
|
@ -52,8 +52,6 @@ struct cg_view {
|
|||
};
|
||||
|
||||
void view_activate(struct cg_view *view, bool activate);
|
||||
void view_maximize(struct cg_view *view);
|
||||
void view_center(struct cg_view *view);
|
||||
void view_for_each_surface(struct cg_view *view, wlr_surface_iterator_func_t iterator, void *data);
|
||||
struct wlr_surface *view_wlr_surface_at(struct cg_view *view, double sx, double sy,
|
||||
double *sub_x, double *sub_y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue