Exemple #1
0
static void *
_backgroundLoaderLoop(void *ptr)
{
    ImageView *iv = (ImageView*)ptr;
    iv->backgroundLoaderLoop();
    return NULL;
}