From: Bluezery <ohpowel@gmail.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 Dec 2011 09:07:00 +0000 (09:07 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 Dec 2011 09:07:00 +0000 (09:07 +0000)
commita6d9a2850b6c976b17a956416626a9f7f1e89054
tree414ccda42846e53f4755524dcf4b3178e1c64c2b
parent76b5afbcfd4843d7ec1d2ef63641663a91f07add
From: Bluezery <ohpowel@gmail.com>
Subject: Re: [E-devel] [Patch][elm_map] Change grid management

(3) Simplify grid_load()
There exists 3 state for grid items. i.e., downloaded, downloading,
none states.
grid_load() does followings:
1. if a grid item does not exist, create it.
2. update a tile (if downloaded) or queues for download (if none) or
nothing  (if downloading)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66153 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_map.c