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

@@ -44,7 +44,7 @@ struct _SystemDiscs
void Get();
void Draw();
void Click();
} SystemDiscs;
} SystemDiscs=0;
void GetDiskIconAndName(char disk_first_letter, dword dev_icon, disc_name)