aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-04-04 17:16:35 -0400
committeremersion <contact@emersion.fr>2018-04-04 17:16:35 -0400
commit1a8b24bdd268a13bd2977356d6f2e872260709c3 (patch)
tree6e69de975ce11308f4de90ebd375f5a82a9afcbf /include
parentd16127b3cb0dc58099f77fb2bf6070c4fe4eefb8 (diff)
rootston: fix view_at
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_surface.h b/include/wlr/types/wlr_surface.h
index 6ece247a..380e5e03 100644
--- a/include/wlr/types/wlr_surface.h
+++ b/include/wlr/types/wlr_surface.h
@@ -128,7 +128,7 @@ struct wlr_surface *wlr_surface_get_root_surface(struct wlr_surface *surface);
/**
* Check if the surface accepts input events at the given surface-local
- * coordinates.
+ * coordinates. Does not check the surface's subsurfaces.
*/
bool wlr_surface_point_accepts_input(struct wlr_surface *surface,
double sx, double sy);