search for: xcb_connect

Displaying 4 results from an estimated 4 matches for "xcb_connect".

Did you mean: db_connect
2023 Aug 16
0
[ANNOUNCE] libxcb 1.16
...): configure.ac: drop `pthread-stubs` dependency on DragonFly and FreeBSD Jeremy Huddleston Sequoia (1): xcb_conn: Add a check for NULL to silence a UBSan runtime error Matt Turner (2): configure.ac: Require xcb-proto >= 1.16.0 libxcb 1.16 Matthieu Herrb (1): Fix xcb_connect() call with a custom xcb_auth_info_t Mihail Konev (1): autogen: add default patch prefix Mike Sharov (2): Build DOUBLE-BUFFER extension. Require xcb-proto >= 1.15.1, which has Dbe PaperChalice (1): configure.ac: drop dependency `pthread-stubs` on macOS Peter Hutterer...
2016 May 18
0
[ANNOUNCE] xcb-proto 1.12
...dd non-default start-aligns for switches and cases automatic alignment checker / manual offsets make xkb pass the alignment checker optionally enforce serialization of pads enforce serialization of pads where needed for ABI compat Ingo Bürk (1): Fix examples which use xcb_connection instead of the correct xcb_connection_t. Jaya Tiwari (6): Replace valueparam with switch-bitcase in render Replace valueparam with CARD32 bit field in Xprint Replace valueparam with switch-bitcase in Xproto Replace valueparam with switch-bitcase in Screensaver Remo...
2014 Mar 13
2
[PATCH] nouveau: safen up nouveau_device list usage against concurrent access
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- nouveau/nouveau.c | 29 ++++++++++++++++++++++++++++- nouveau/private.h | 3 ++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/nouveau/nouveau.c b/nouveau/nouveau.c index ee7893b..72c31cf 100644 --- a/nouveau/nouveau.c +++ b/nouveau/nouveau.c @@ -85,6 +85,12 @@ nouveau_device_wrap(int fd, int close, struct
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...win: Patch to avert (some) damage / rootless crashes, courtesy of Ken Thomases Darwin: Added a lightweight debugging facility to support troubleshooting Darwin: Disabled ALT_IS_MODE_SWITCH Darwin: Added some DEBUG_LOG sauce to the XP_EVENT handling code added missing call to xcb_connect() ALLOCATE_LOCAL is dangerous on Darwin due to memory layout differences fixed pathname in GL/apple/Makefile.am Just a couple of small uninitialized pointer fixes Added darwinEvents.h to EXTRA_DIST remove Xplugin.h, because we should use the one in /usr/include c...