Hi All, I am thinking about some user defined kind of events. I want to dispatch some events in Clutters Event Queue which are specific to my app and not exists as ClutterEvent.
Is CLUTTER_CLIENT_MESSAGE for such cases? I am pretty not sure about it. I couldn't find any appropriate [Clutter]ClientMessage structure for it. May be the user is expected to create it, and actually it would be nice to me, however in the x11 backend I have found these: ---------- /./x11/clutter-event-x11.c 126: ev.xclient.type = ClientMessage; 304: XClientMessageEvent xclient = xevent->xclient; 558: case ClientMessage: ---------- /./x11/clutter-stage-x11.c 65: XClientMessageEvent xclient; 69: xclient.type = ClientMessage; Has this x11 ClientMessage to do anything with Clutter's one? Thx & Br, Peter -- To unsubscribe send a mail to [EMAIL PROTECTED]
