[ANNOUNCE] xcb-util-cursor 0.0.99

2013-07-11 Thread Michael Stapelberg
Hi, I hereby announce the first release of my libXcursor port which is called xcb-util-cursor. Download: http://xcb.freedesktop.org/dist/xcb-util-cursor-0.0.99.tar.bz2 http://xcb.freedesktop.org/dist/xcb-util-cursor-0.0.99.tar.gz md5sum: a8eea006b5a630db037cbaa8cc4355ee xcb-util-cursor-0.0.

[ANNOUNCE] xcb-util-cursor 0.1.0

2013-08-21 Thread Michael Stapelberg
Hi, I just released version 0.1.0 of xcb-util-cursor, which includes a bugfix necessary to set the cursor hotspot correctly for certain cursors. Download: http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.0.tar.bz2 http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.0.tar.gz md5sum: 40e913aa

[ANNOUNCE] xcb-util-cursor 0.1.1

2013-11-12 Thread Michael Stapelberg
Hi, I just released version 0.1.1 of xcb-util-cursor: - Fix memleak with broken resource databases - Check exact RENDER version that the server supports - Use LE_32 macro from on Solaris versions without le32toh() - Use $(AM_V_GEN) when calling gperf - Fail the build if gperf is needed, but not

[ANNOUNCE] xcb-util-cursor 0.1.2

2015-03-25 Thread Michael Stapelberg
Hi, I just released version 0.1.2 of xcb-util-cursor: - Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X to implement le32toh. - Check submodules before running autoconf. - darwin: Use OSByteOrder.h rather than CF. - Perform safety check before trying to load glyph cursorHEADmaster

[ANNOUNCE] xcb-util-cursor 0.1.3

2016-05-12 Thread Michael Stapelberg
Hi, I just released version 0.1.3 of xcb-util-cursor: - Add a --with-cursorpath option to configure Download: http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2 http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.gz md5sum: 6ac3b17cba5136ba035a53527214 xcb-util-cursor-0.1.

Re: [PATCH] Little fixes for your recent RandR 1.5 additions

2016-11-27 Thread Michael Stapelberg
” member. Which of the two is it? • MONITORINFO is described as having length (16 + 4*n), but counting the members I arrive at (24 + 4*n). On Sun, Jul 26, 2015 at 6:10 PM, Michael Stapelberg wrote: > Hey Keith, > > while trying to implement RandR 1.5 in xcb-proto, I’ve stumbled over a > c