Re: Porting GDK to use XCB on the backend

2005-06-22 Thread Owen Taylor
On Tue, 2005-06-21 at 16:25 -0700, Travis Spencer wrote: > Hey All, > > I am taking Open Source Software as an undergrad this term from Bart > Massey at PSU [1]. One of the projects that I'm seriously considering > working on is porting GDK to use XCB on the backend. With the help > of Bart (one

Re: Porting GDK to use XCB on the backend

2005-06-22 Thread Mike Emmel
On 6/22/05, Owen Taylor <[EMAIL PROTECTED]> wrote: > On Tue, 2005-06-21 at 16:25 -0700, Travis Spencer wrote: > > Hey All, > > > > I am taking Open Source Software as an undergrad this term from Bart > > Massey at PSU [1]. One of the projects that I'm seriously considering > > working on is portin

Re: Porting GDK to use XCB on the backend

2005-06-22 Thread Travis Spencer
On 6/22/05, Mike Emmel <[EMAIL PROTECTED]> wrote: > On 6/22/05, Owen Taylor <[EMAIL PROTECTED]> wrote: > > Note to start off with that for compatibility reasons, GTK+ needs to > > keep linking to Xlib and exporting gdkx.h. This means that making GTK+ > > use XCB is something that can only done with

Moving g_get_current_time out of gmain.c

2005-06-22 Thread Daniel Amelang
Hello all, I've got a small Glib suggestion. I've been working on a Glib port to vxWorks. I came across the g_get_current_time function in gmain.c. It seems like such a general purpose function deserves to be in gutils or something like it. The reason why it matters to me is that in embedded deve