mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-16 18:25:58 +01:00
tests: fixup hardcoded themes as always
This commit is contained in:
parent
f4ea0297a0
commit
4781252877
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ void logFunction(enum eHyprcursorLogLevel level, char* message) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int main(int argc, char** argv) {
|
int main(int argc, char** argv) {
|
||||||
Hyprcursor::CHyprcursorManager mgr("TESTTHEME", logFunction);
|
Hyprcursor::CHyprcursorManager mgr(nullptr, logFunction);
|
||||||
|
|
||||||
if (!mgr.valid()) {
|
if (!mgr.valid()) {
|
||||||
std::cout << "mgr is invalid\n";
|
std::cout << "mgr is invalid\n";
|
||||||
|
|
Loading…
Reference in a new issue