diff options
author | emersion <contact@emersion.fr> | 2018-04-04 17:16:35 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-04-04 17:16:35 -0400 |
commit | 1a8b24bdd268a13bd2977356d6f2e872260709c3 (patch) | |
tree | 6e69de975ce11308f4de90ebd375f5a82a9afcbf /include | |
parent | d16127b3cb0dc58099f77fb2bf6070c4fe4eefb8 (diff) |
rootston: fix view_at
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_surface.h | 2 |
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); |