mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-03 06:45:51 +01:00
fixed timerhandler cpu eater
This commit is contained in:
@@ -80,7 +80,7 @@ main(int argc, char **argv)
|
||||
|
||||
WMInitializeApplication("test", &argc, argv);
|
||||
|
||||
scr = WMOpenScreen();
|
||||
scr = WMOpenScreen(NULL);
|
||||
|
||||
|
||||
win = WMCreateWindow(scr, "eweq");
|
||||
|
||||
Reference in New Issue
Block a user