home · contact · privacy
Reduced code complexity by stronger integrating windows library.
[plomrogue] / src / misc.c
index 30ed5cef197a8002a7035a8483f28e8d57927456..9aa609d1fafd3b8f2776d61fc60f954be42fe4a1 100644 (file)
@@ -131,7 +131,7 @@ extern void unload_interface_conf()
     free_keybindings(world.kb_winkeys.kbs);
     while (0 != world.wmeta->active)
     {
-        suspend_win(world.wmeta, world.wmeta->active);
+        suspend_win(world.wmeta->active);
     }
     free_winconfs();
 }