Re: [e-users] efl and c++
Pierre Couderc via enlightenment-users <[email protected]>
| Newsgroups | gmane.comp.window-managers.enlightenment.user |
|---|---|
| Message-ID | <[email protected]> |
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