All this because I wanted to try the EFL Unified C API...

But the good old loop works (or seems to wor= !)  fine :

elm_main(int argc, char **argv)
{
    _gui_setup();
    thread wait(start);
        elm_run();
    wait.join();
    return 0;
}
ELM_MAIN()





_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to