> More precisely I would like to see the keyboard layer when I 
> use dfbinfo 
> because GTK needs this keyboard layer to start any gtk application :
> 
> gtk+-2.10.13/gdk/directfb/gdkdisplay-directfb.c
> ret=directfb->GetInputDevice (directfb, DIDID_KEYBOARD, &keyboard);
> 
>   if (ret != DFB_OK){
>       DirectFBError ("gdk_display_open: GetDisplayLayer", ret);
>         return NULL;
>   }
> 


I'm using DFB+GTK application with the touch screen interface and without
keyboard on PC. I haven't real keyboard in the system but dfbinfo detects
that I have... I suppose that in fact GTK doesn't need keyboard at all, so
maybe you can try to cheat it in some way? (e.g. by removing some references
to it from gdkdisplay-directfb.c and maybe some other source files... if you
can hack GTK sources)


Hope it helps,
Marcin


_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to