FEX/ThunkLibs/libX11
Ryan Houdek 0aa41908a2 Thunks/libX11: Change lock functions to nullptr by default
These are setup to be nullptr by default. Instead of providing no-op
lock instructions just have them be nullptr.

It's already part of the API that they need to be nullptr checked before
calling and this matches behaviour of the real libX11 library. Removes
some spam that is unnecessary.
2023-11-12 16:03:43 -08:00
..
libX11_Guest.cpp Thunks/libX11: Change lock functions to nullptr by default 2023-11-12 16:03:43 -08:00
libX11_Host.cpp Thunks: Annotate pointer parameters throughout all thunked libraries 2023-10-25 12:39:57 +02:00
libX11_interface.cpp Thunks/X11: Drop unneeded type annotation 2023-10-25 20:38:57 +02:00
libX11_NativeGuest.cpp Thunks: Make GL guest thunks implicitly load libX11.so 2022-08-04 11:46:26 +02:00
X11Common.h Thunks/X11: Fixes variadic packing and callbacks. 2023-07-20 13:52:30 -07:00