author | Max Kellermann <max@duempel.org> | |
Sat, 3 Oct 2009 16:28:18 +0000 (18:28 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Sat, 3 Oct 2009 16:28:18 +0000 (18:28 +0200) | ||
commit | ce1f053617188441fcc0643d0398f05888f8c63c | |
tree | f25cbc1181b87fd3278c359b38200962d36dee44 | tree | snapshot |
parent | 1ba8b24320c55e066bff0f212ceeba064622cdb3 | commit | diff |
screen_artist: don't use filelist_prepend()
filelist_prepend() is quite expensive. Let's insert the NULL entry
first, and append all entries while they are received.
filelist_prepend() is quite expensive. Let's insert the NULL entry
first, and append all entries while they are received.
src/screen_artist.c | diff | blob | history |