Hi,

Thanx for yours and Svens comments

Kent Sandvik wrote:

On Mon, 06 Sep 2004 15:57:07 +0200, Jesper Ryge Leth <[EMAIL PROTECTED]> wrote:


What kind of error messages do you get, I assume during
compilation/linking? It might give clues to what GDK APIs are not yet
in place (GDK changed since the last DirectFB/GTK+ port). --Kent



Well, I managed to get it to compile using the CVS version of gdk, though I had to downgrade gdkevents-directfb.c <http://directfb.org/cgi-bin/cvsweb.cgi/gdk-directfb/gdkevents-directfb.c> to cvs version 1.48 in order to get it to work with DirectFB 0.9.20


Furthermore it appears that the file gdk/directfb/gdkdirecctfb.h (from gdk-directfb) lacks the line

G_END_DECLS

at the end of the file in order for it to compile. But I can see that this has been removed for a long time in the CVS version, so I am not sure if it is an error or just me ;-)

To make a long story short, I have made a version that compiles, but at-spi still does not work as I would like it to :-(.

Keyboard events generated from at-spi does not always make it to the gtk application when compiled against a DFB version of Gtk, but works as it is supposed to without DFB. I suspect that this has to do with the dfb event handling routine somehow conflicting with my own event handling, but I need to investigate this further to determine if this really is the problem.


/Leth




Reply via email to