Add XTest input fallback (#997)

This commit is contained in:
Mark Dietzer
2023-03-08 06:26:06 -08:00
committed by GitHub
parent 7d01b50498
commit 8227e8f8e5
2 changed files with 524 additions and 142 deletions

View File

@@ -66,7 +66,7 @@ _FN(FreeScreenResources, void, (XRRScreenResources * resources));
_FN(FreeOutputInfo, void, (XRROutputInfo * outputInfo));
_FN(FreeCrtcInfo, void, (XRRCrtcInfo * crtcInfo));
int init() {
static int init() {
static void *handle { nullptr };
static bool funcs_loaded = false;
@@ -100,7 +100,7 @@ int init() {
namespace fix {
_FN(GetCursorImage, XFixesCursorImage *, (Display * dpy));
int init() {
static int init() {
static void *handle { nullptr };
static bool funcs_loaded = false;
@@ -126,7 +126,7 @@ int init() {
}
} // namespace fix
int init() {
static int init() {
static void *handle { nullptr };
static bool funcs_loaded = false;