We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb5153 commit 64c2cf5Copy full SHA for 64c2cf5
clipboard_linux.c
@@ -41,7 +41,7 @@ int initX11() {
41
}
42
libX11 = dlopen("libX11.so", RTLD_LAZY);
43
if (!libX11) {
44
- return -1;
+ return 0;
45
46
P_XOpenDisplay = (Display* (*)(int)) dlsym(libX11, "XOpenDisplay");
47
P_XCloseDisplay = (void (*)(Display*)) dlsym(libX11, "XCloseDisplay");
0 commit comments