LibVNC / x11vnc

a VNC server for real X displays
GNU General Public License v2.0
725 stars 142 forks source link

Fix incorrect return type when building without X11 #251

Open net147 opened 3 months ago

net147 commented 3 months ago

The XInputQueryVersion_wr function when building without X11 was returning NULL which is of type void * when the function has a return type of int.