GNOME Bugzilla – Bug 560671
the client_message API doesn't work in DirectFB
Last modified: 2009-02-18 18:06:58 UTC
Please describe the problem: It stores the callbacks to call, but never handle the actual messages for sending and receiving. I attach a patch that add this functionality (that I need) using DirectFB's DFBUserEvent Steps to reproduce: 1. set a callback : gdk_add_client_message_filter() 2. send a user event : gdk_event_send_client_message() Actual results: the callback is never called Expected results: the callback is called Does this happen every time? yes Other information:
Created attachment 122591 [details] [review] Add the client_message functionality via DirectFB's DFBUserEvent
I have committed a slightly cleaned up version of this patch to trunk and merged it to the gtk-2-14 branch: 2009-02-18 Sven Neumann <sven@gimp.org> Bug 560671 – the client_message API doesn't work in DirectFB * gdk/directfb/gdkevents-directfb.c: applied a slightly cleaned up patch from Steve Lhomme that adds this functionality using DirectFB's DFBUserEvent.