labwc.h: remove obsolete definitions

This commit is contained in:
Johan Malm 2020-12-23 18:56:11 +00:00
parent cb44f047f3
commit f4cbd4ff61

View file

@ -222,14 +222,6 @@ void xwayland_surface_new(struct wl_listener *listener, void *data);
void xwayland_unmanaged_create(struct server *server,
struct wlr_xwayland_surface *xsurface);
/**
* view_get_surface_geometry - geometry relative to view
* @view: toplevel containing the surface to process
* Note: XDG views sometimes have an invisible border, so x and y can be
* greater than zero.
*/
struct wlr_box view_get_surface_geometry(struct view *view);
struct wlr_box view_geometry(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);