Open GuillaumeGomez opened 5 years ago
We could send actions to be executed to a client when one connects and then execute them through gtk_main_do_event (that @sdroege suggested) or even gtk_propagate_event (but normally, the first one should be enough).
gtk_main_do_event
gtk_propagate_event
We could send actions to be executed to a client when one connects and then execute them through
gtk_main_do_event
(that @sdroege suggested) or evengtk_propagate_event
(but normally, the first one should be enough).