2011/4/11 Vincent Nuttin <[email protected]>: > Hi, > > I'm currently developing some kind of personal "plugin" for tangogps > (for my Openmoko FreeRunner running SHR). > My plugin uses a socket to receive information thus, I need to run > this part in an other thread (because I need an infinite loop for > checking for new messages on the socket). > Then, upon receiving a new message, I just want to "repaint_all()" ... > but, I got an X error: > "tangogps: Fatal IO error 11 (Resource temporarily unavailable) on X > server :0.0."
I solved the problem with a "magic" call to g_timeout_add() ;-) > > I googled it but ... I did not find anything ... :-/ > Thanks a lot for your help ! ;-) > > -- > Vincent Nuttin > +32 474 48 43 52 > -- Vincent Nuttin +32 474 48 43 52 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
