diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-07 13:04:04 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-07 13:04:04 -0400 |
commit | 4f848000af6bdf57a6e861e69a53677f23133202 (patch) | |
tree | 341aca21d2cfd2b24021e83c4f85fa68b9f4618a /include/wlr/interfaces/wlr_output.h | |
parent | 4680943e749bfd441d31c988faa50f2b1ae043ad (diff) | |
parent | 321c26c2a3c77ddba52e1a6194669328e473fdb4 (diff) |
Merge branch 'master' into feature/xdg-popup
Diffstat (limited to 'include/wlr/interfaces/wlr_output.h')
-rw-r--r-- | include/wlr/interfaces/wlr_output.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/wlr/interfaces/wlr_output.h b/include/wlr/interfaces/wlr_output.h index 7ed19ed9..7d2821e0 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -10,7 +10,8 @@ struct wlr_output_impl { void (*transform)(struct wlr_output *output, enum wl_output_transform transform); bool (*set_cursor)(struct wlr_output *output, const uint8_t *buf, - int32_t stride, uint32_t width, uint32_t height); + int32_t stride, uint32_t width, uint32_t height, + int32_t hotspot_x, int32_t hotspot_y); bool (*move_cursor)(struct wlr_output *output, int x, int y); void (*destroy)(struct wlr_output *output); void (*make_current)(struct wlr_output *output); |