cmm/lib/collection: remove restriction of maximum elements

webview: remove restriction of links count
eolite: remove restriction of max elements in list + 6 times speed up the open of big folders!

git-svn-id: svn://kolibrios.org@7972 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-05-23 11:26:58 +00:00
parent e167f0de89
commit 8d15602e0a
20 changed files with 194 additions and 159 deletions

View File

@@ -10,8 +10,8 @@
#define SEP_H 4
llist menu1;
collection names;
collection hotkeys;
collection names=0;
collection hotkeys=0;
int selected, win_x, win_y;