mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
cleanup: redo buggy set pointer function
This commit is contained in:
parent
f9d578700e
commit
09f16058c8
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ static void wl_pointer_set_cursor(struct wl_client *client,
|
|||
struct wl_resource *resource, uint32_t serial,
|
||||
struct wl_resource *surface_resource,
|
||||
int32_t hotspot_x, int32_t hotspot_y) {
|
||||
return;
|
||||
struct wlr_seat_handle *handle = wl_resource_get_user_data(resource);
|
||||
struct wlr_surface *surface = NULL;
|
||||
if (surface_resource != NULL) {
|
||||
|
|
Loading…
Reference in a new issue