diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-28 12:33:17 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-28 12:33:17 -0400 |
commit | 32bdcdf7191be40a4ad74ece7e152a264358220a (patch) | |
tree | 056ab47f35a390321da832df464da399df14341b /include | |
parent | ac219cbda6dc3122fcc7f1bfa89b7e8fbb03b8ce (diff) |
Address review feedback
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_cursor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_cursor.h b/include/wlr/types/wlr_cursor.h index fc541271..0883f3ca 100644 --- a/include/wlr/types/wlr_cursor.h +++ b/include/wlr/types/wlr_cursor.h @@ -155,7 +155,7 @@ void wlr_cursor_map_input_to_region(struct wlr_cursor *cur, * Convert absolute coordinates to layout coordinates for the device. */ bool wlr_cursor_absolute_to_layout_coords(struct wlr_cursor *cur, - struct wlr_input_device *device, double x_mm, double y_mm, + struct wlr_input_device *device, double x, double y, double *lx, double *ly); #endif |