1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-06 07:23:33 +02:00

added nana stuff

added lock option in docked icons
This commit is contained in:
kojima
1999-10-20 03:25:06 +00:00
parent 914648cc2b
commit eb87c40967
39 changed files with 1833 additions and 501 deletions

View File

@@ -509,7 +509,8 @@ wSessionRestoreState(WScreen *scr)
btn = dock->icon_array[j];
if (btn && SAME(instance, btn->wm_instance) &&
SAME(class, btn->wm_class) &&
SAME(command, btn->command)) {
SAME(command, btn->command) &&
!btn->launching) {
found = 1;
break;
}