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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.