Native cursor fixes

This commit is contained in:
Elias Naur 2003-05-20 14:28:30 +00:00
parent a104d020d0
commit 5411e23b7a
1 changed files with 2 additions and 0 deletions

View File

@ -39,7 +39,9 @@ bool loadXcursor(void) {
load_success = false;
xcursor_handle = dlopen(xcursor_lib_name, RTLD_GLOBAL | RTLD_LAZY);
if (xcursor_handle == NULL) {
#ifdef _DEBUG
printf("Could not load %s: %s\n", xcursor_lib_name, dlerror());
#endif
return load_success;
}
loadFunctionPointers();