call clearcache on entering idle

SVN revision: 23533
This commit is contained in:
Carsten Haitzler 2006-06-22 19:21:13 +00:00
parent 35b18b2704
commit 10b221a1f2
1 changed files with 1 additions and 0 deletions

View File

@ -1176,6 +1176,7 @@ _e_main_cb_signal_hup(void *data __UNUSED__, int ev_type __UNUSED__, void *ev __
static int
_e_main_cb_x_flusher(void *data __UNUSED__)
{
eet_clearcache();
ecore_x_flush();
return 1;
}