awesome/lib
Uli Schlachter 96c49e6c6a gears.surface: Handle the cache more intelligently
It doesn't make sense for surface.load_uncached() to load a file without
inserting into the cache. The next "cached" load will have to load it again.

So move cache insertion into surface.load_uncached() and the only thing that
surface.load() does differently is checking if we have a suitable cache entry
before calling load_uncached().

So load_uncached() does the cache insertion and load() reads from the cache.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2014-04-09 21:55:07 +02:00
..
awful Make callbacks to rules.execute optional 2014-04-01 10:48:18 +02:00
gears gears.surface: Handle the cache more intelligently 2014-04-09 21:55:07 +02:00
menubar menubar: Fix API docs 2013-12-30 00:17:07 +01:00
wibox Allow reversing the icon order in systray 2014-04-06 10:44:45 +02:00
beautiful.lua.in Expand '~' in the path for beautiful.init 2014-03-24 01:10:45 +01:00
naughty.lua.in naughty: Don't use the cache when loading icons (FS#1253) 2014-04-09 21:49:27 +02:00