mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-12-22 10:19:48 +01:00
vaxry moment
This commit is contained in:
parent
0af712e151
commit
3ca41b74c0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ int main(int argc, char** argv) {
|
|||
/*
|
||||
Create a manager. You can optionally pass a logger function.
|
||||
*/
|
||||
Hyprcursor::CHyprcursorManager mgr("HyprBibataModernClassicSVG", logFunction);
|
||||
Hyprcursor::CHyprcursorManager mgr(nullptr, logFunction);
|
||||
|
||||
/*
|
||||
Manager could be invalid if no themes were found, or
|
||||
|
|
Loading…
Reference in a new issue