From: Johan Malm Date: Wed, 23 Dec 2020 18:56:11 +0000 (+0000) Subject: labwc.h: remove obsolete definitions X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=f4cbd4ff619f83ab919686514bac825a11f2d446;p=proto%2Flabwc.git labwc.h: remove obsolete definitions --- diff --git a/include/labwc.h b/include/labwc.h index 9048fe26..83c0801f 100644 --- a/include/labwc.h +++ b/include/labwc.h @@ -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);