debug which types are found available

This commit is contained in:
Riccardo Mottola 2024-02-29 22:41:14 +01:00
parent bfbe4d8b57
commit 9c31a7e016

View file

@ -923,6 +923,7 @@ xErrorHandler(Display *d, XErrorEvent *e)
}
}
NSDebugLLog(@"Pbs", @"Available types: %@ ", types);
return types;
}