Re: Recursive call of wl_display_iterate via frame callback

2011-06-21 Thread Kristian Høgsberg
On Tue, Jun 21, 2011 at 10:15 AM, Fiedler, Mathias wrote: > Hi, > > while playing around with wayland and the simple-client demo (using EGL) i > ran into issues where simple-client were caught in an endless loop in > wl_display_iterate. The issue seems to be a recursive call of > wl_display_ite

Recursive call of wl_display_iterate via frame callback

2011-06-21 Thread Fiedler, Mathias
Hi, while playing around with wayland and the simple-client demo (using EGL) i ran into issues where simple-client were caught in an endless loop in wl_display_iterate. The issue seems to be a recursive call of wl_display_iterate. The simple-client registers redraw() as a callback function to