enlightenment/src
Carsten Haitzler 3051df7fee gadget recalc - if you add a job...del and add again
if you add a job to do things like defer a calc till later in the loop
(or if later in size calc - it'd be the next loop run after rendering)
... then del the previous job and add a new one. why? order of
operation. if you add job a... because of event a, then add job b,
because of event b ... if for whatever reason, event a happens again
and you skip adding job a... job a will run before jbo b, even though
the LAST event is later and that 2nd event a may relay on event b
state/calculations. so always del then add to ensure then that job a
happens ater b if this scenario happens. it just leads to fewer
surprises and weird issues.
2017-07-31 17:41:35 +09:00
..
bin gadget recalc - if you add a job...del and add again 2017-07-31 17:41:35 +09:00
modules fix autofoo build to match renaming scheme used for meson 2017-07-30 23:20:27 +09:00
protocol implement support for wl aux hints 2017-07-28 15:45:01 -04:00
tests Replace all timer_add with timer_loop_add 2017-02-03 15:52:28 -06:00
Makefile.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00