Ryan

Results 3 comments of Ryan

I'm also having this problem, eg no resize, handgrab cursors, etc. Tried: - labwc 0.5.0-75-g4ee9f35 / labwc 0.5.0-80-g0604233 - wlroots 0.15.1/0.16 - two different cursor themes - WLR_NO_HARDWARE_CURSORS=1 `0:00:00.692 [ERROR]...

it's sort of a wlroots issue: the names `wlr_xcursor_get_resize_name` returns are "[freedesktop](https://www.freedesktop.org/wiki/Specifications/cursor-spec/)" names, but not necessarily standard X names... `cursor_set(&server->seat, wlr_xcursor_get_resize_name(resize_edges));` You could replace it with something like this: ```...

Yes, please merge. Your library doesn't work for me without it. Also @NewHouses, if you want to simply it more... ``` return sw.ResponseWriter.(http.Hijacker).Hijack() ```