Hi, When clicking on the cross of the main clutter stage, then the behaviour is not the same on win32 and X11 with exactly the same code.
On win32, the program go out of the "clutter_main ()" call then it can execute code after this call. On X11, the "clutter_main ()" call never returns, I mean it's like an exit (0). Even if I could retrieve the X11 Window to catch the user close XEvent and call clutter main quit, but I would like to know why there is a different behaviour with the same code ? Sincerely Julien
