mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-05 01:41:03 -05:00
xwayland: take wlr_buffer in wlr_xwayland_set_cursor()
This commit is contained in:
parent
53d75a41c7
commit
84d603acc0
4 changed files with 42 additions and 40 deletions
|
|
@ -169,8 +169,8 @@ struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland, int wm_fd);
|
|||
|
||||
void xwm_destroy(struct wlr_xwm *xwm);
|
||||
|
||||
void xwm_set_cursor(struct wlr_xwm *xwm, const uint8_t *pixels, uint32_t stride,
|
||||
uint32_t width, uint32_t height, int32_t hotspot_x, int32_t hotspot_y);
|
||||
void xwm_set_cursor(struct wlr_xwm *xwm, struct wlr_buffer *buffer,
|
||||
int32_t hotspot_x, int32_t hotspot_y);
|
||||
|
||||
int xwm_handle_selection_event(struct wlr_xwm *xwm, xcb_generic_event_t *event);
|
||||
int xwm_handle_selection_client_message(struct wlr_xwm *xwm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue