galister / wlx-overlay-s

Access your Wayland/X11 desktop from Monado/WiVRn/SteamVR. Now with Vulkan!
GNU General Public License v3.0
100 stars 18 forks source link

fixed compiling issue for when x11 is not included as a feature #22

Closed HavenOfTheRaven closed 3 months ago

HavenOfTheRaven commented 3 months ago

Noticed that a compiler error appeared when compiling without x11 as a feature. With some investigation I discovered that the non x11 create_screens_x11 function was not modified along side the x11 create_screens_x11 function causing the error to occur.

galister commented 3 months ago

nice, thanks