Semantics of gdk_event_put



Is there any particular reason why gdk_event_put performs a
g_list_prepend as opposed to a g_list_append on the putback event
list?

I'm currently in need of synthesizing a set of events on a separate
thread, and then waking up gdk/gtk to process them -- in order.
gdk_event_put seems to be the proper way to synthesize events, but the
g_list_prepend nature causes the events to be processed in reverse
order -- which is not the effect that I'm looking for.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]