aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-05-13 12:49:45 +0100
committeremersion <contact@emersion.fr>2018-05-13 22:32:03 +0100
commitfacc5aa359f87626f96301a3febfe53a8d485938 (patch)
tree09cfb17f9ef9987bb0c23e186b4ed43006a0a07b /include/wlr
parent383ce3d5b73c54c3f9f1c90576df3277ebd2eee7 (diff)
xdg-shell-v6: split into separate files
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_xdg_shell_v6.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h
index 3d35520b..bce645da 100644
--- a/include/wlr/types/wlr_xdg_shell_v6.h
+++ b/include/wlr/types/wlr_xdg_shell_v6.h
@@ -243,12 +243,6 @@ uint32_t wlr_xdg_toplevel_v6_set_resizing(struct wlr_xdg_surface_v6 *surface,
void wlr_xdg_surface_v6_send_close(struct wlr_xdg_surface_v6 *surface);
/**
- * Compute the popup position in its parent's surface-local coordinate system.
- */
-void wlr_xdg_surface_v6_popup_get_position(struct wlr_xdg_surface_v6 *surface,
- double *popup_sx, double *popup_sy);
-
-/**
* Find a surface within this xdg-surface tree at the given surface-local
* coordinates. Returns the surface and coordinates in the leaf surface
* coordinate system or NULL if no surface is found at that location.