diff options
author | Vaxry <[email protected]> | 2024-03-09 22:37:49 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-03-09 22:37:49 +0000 |
commit | 2ed032a7fd140ee85483a891fa63c16668019577 (patch) | |
tree | 6fa3002c7b750e96aef00fb0152944329ac1350d | |
parent | 739c5bc98c6037101e5744827dd66e696a4e9ecd (diff) | |
download | Hyprland-2ed032a7fd140ee85483a891fa63c16668019577.tar.gz Hyprland-2ed032a7fd140ee85483a891fa63c16668019577.zip |
xwayland: fix no_xwayland compiles
-rw-r--r-- | src/helpers/XWaylandStubs.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/helpers/XWaylandStubs.hpp b/src/helpers/XWaylandStubs.hpp index 89e0b41f..c21041cd 100644 --- a/src/helpers/XWaylandStubs.hpp +++ b/src/helpers/XWaylandStubs.hpp @@ -167,4 +167,6 @@ inline wlr_xwayland_surface* wlr_xwayland_surface_try_from_wlr_surface(wlr_surfa inline bool wlr_xwayland_or_surface_wants_focus(const wlr_xwayland_surface*) { return false; -}
\ No newline at end of file +} + +inline void wlr_xwayland_set_cursor(wlr_xwayland* wlr_xwayland, uint8_t* pixels, uint32_t stride, uint32_t width, uint32_t height, int32_t hotspot_x, int32_t hotspot_y) {}
\ No newline at end of file |