Re: Porting the NETWM classes to xcb

2012-06-26 Thread David Faure
On Wednesday 04 April 2012 00:27:34 Fredrik Höglund wrote: It's apparently also an issue that some Linux distributions are shipping old versions of xcb that are missing some of the libraries the cmake test checks for. I tried compiling your netwm-xcb changes (merged onto kdelibs-4.9), but it

Porting the NETWM classes to xcb

2012-03-25 Thread Fredrik Höglund
Hi, I've pushed a branch to my kdelibs clone which ports all the Xlib code in the NETWM classes to xcb. The only exception is the event handling code; after it's been ported, the code will no longer work with Qt 4. This is an important step toward getting kdelibs to build and work with Qt 5.

Re: Porting the NETWM classes to xcb

2012-03-25 Thread Christoph Feck
On Sunday 25 March 2012 19:49:29 Fredrik Höglund wrote: I've pushed a branch to my kdelibs clone which ports all the Xlib code in the NETWM classes to xcb. [...] Nice, thanks :) The branch is available at: git://anongit.kde.org/clones/kdelibs/fredrik/kdelibs.git netwm-xcb [...]

Re: Porting the NETWM classes to xcb

2012-03-25 Thread Fredrik Höglund
On Sunday 25 March 2012, Christoph Feck wrote: Is it really required to expose xcb headers to applications, that wish to use the netwm header file? If not, please move to netwm_p.h file. The idea is to eventually replace the Xlib types used in the parameters to the constructors and methods in