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

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 > [...] > kdeui/

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. Th