1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

- MacOS X style window switching panel (navigate through windows with Alt-Tab or

arrow keys)
This commit is contained in:
kojima
2004-10-14 05:02:24 +00:00
parent 62994167c5
commit f54f0856c1
6 changed files with 331 additions and 35 deletions

View File

@@ -134,9 +134,9 @@ int MonitorLoop(int argc, char **argv)
WTERMSIG(status) == SIGFPE))
{
/* If so, we check when was the last restart.
* If it was less than 5s ago, it's a bad sign, so we show
* If it was less than 3s ago, it's a bad sign, so we show
* the crash panel and ask the user what to do */
if (time(NULL) - last_start < 5)
if (time(NULL) - last_start < 3)
{
if (showCrashDialog(WTERMSIG(status)) == 0)
return 1;