aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-28 23:24:39 -0400
committerTony Crisci <tony@dubstepdish.com>2018-03-28 23:24:39 -0400
commit2e63d1a0ca01d71de58988593860741b835ba8bb (patch)
tree7f574a003f98186d5797d9849a1dece2c13fe0a5 /include/wlr
parent27f450ac0eb254dad03c11b14d4785c16dac0c51 (diff)
toplevel_box to toplevel_sx_box
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_xdg_shell_v6.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h
index 04c7e450..d01240eb 100644
--- a/include/wlr/types/wlr_xdg_shell_v6.h
+++ b/include/wlr/types/wlr_xdg_shell_v6.h
@@ -269,11 +269,11 @@ void wlr_xdg_popup_v6_get_toplevel_coords(struct wlr_xdg_popup_v6 *popup,
/**
* Set the geometry of this popup to unconstrain it according to its
- * xdg-positioner rules. The box should be in the popup's toplevel
- * parent surface coordinate system.
+ * xdg-positioner rules. The box should be in the popup's root toplevel parent
+ * surface coordinate system.
*/
void wlr_xdg_popup_v6_unconstrain_from_box(struct wlr_xdg_popup_v6 *popup,
- struct wlr_box *toplevel_box);
+ struct wlr_box *toplevel_sx_box);
/**
Invert the right/left anchor and gravity for this positioner. This can be