Hi,
I am facing an issue to get events on GdkWindow which was built with
Gtk DirectFb backend.
In sample program i am creating a toplevel GdkWindow and creating a
child Gdkwindow.
While creating GdkWindow i have added events mask, and used
gdk_window_add_filter() function to add event handler callback to
GdkWindow.
While running executable I am not getting any events (Key press,
expose, button press etc..).
With same program we are getting events on Gtk - X11 backend.
Is Events handling implementation for GdkWindow with DirectFb backend
implemented or not?
Please suggest me how to get events on GdkWindow with DFB backend.