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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
