On 7/10/05, Rodrigo Vaz <[EMAIL PROTECTED]> wrote:
> Hi Mike and all folks
> 
> > There is support in GTK for a window manager at that level. I actually
> > turned it on on one branch I need to do some more work to get it
> > going. Its in gtkwindow-decorate.c.
> > I'd suggest turning that on and working intially with it. It needs to
> > be themed also. Later gtk-plug/sockets can be used to allow this code
> > to run in different processes once its implemented. So the window
> > manager is just a type of plug socket. That was my plan at least.
> 
> Unfortunately i'm having compilation problems with the gtkmm-2.6.3
> exactly with gtk_plug and gtk_socket,  I saw an email from the
> directfb-users that says that this functions is not implemented on the
> actual code ( it is referring to the date of the email ) because it is
> an X11 specific and as I see in your comment about this functions
> maybe have some patch to gtkmm to compile fine against gtk+-2.7.0 with
> directfb, I changed some files on gtkmm source removing references for
> gtk_plug_get_id and gtk_socket_get_id , but without success yet, I
> know it is not a directfb problem but if does anyone have solved this
> issue i will be thankful to know :)
> 
I would need to reimplement them using directfb's multi process
support its possible.
And its actually high on my todo list since I use the functions in my code :)

Here is my todo list.

Build with gcc 4.0 fix compile problems.
Upgrade to gtk 2.7.2 and keep up from the on trying to be less than a
week behind.
List functions that need implementation and solicit help.
Get a formal buglist going.
Start leak/performance testing.

> and Swin, actualy i'm spending a lot of time with gdk-directfb gtk
> too, i'm doing a linuxTV interface with gtk+directfb but by now i'm
> using the old gdk-directfb copy or the patched gtk+-2.0.9 from the
> directfb.org that works fine at the moment but use C++ is a
> requeriment of the project and i'm little bit concerned about use
> directfb with the last version of gtk+ . By the way thanks for the
> solution to compile it with gtk+-2.7.1 !!
> 
Its probably far from stable but in general most of the uses are
probably fairly specific
so it really depends a lot on your use cases.  The user base is not
huge so as soon as you feel comfortable that its stable enough testing
it in your application is very helpful.

Mike 

> Thanks for all in advance .
> 
> Rodrigo Vaz
> 
> _______________________________________________
> directfb-dev mailing list
> [email protected]
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
>

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

Reply via email to