1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-07-13 09:16:32 +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
+2 -1
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;
}