From 90eeb461be4975ff35d187ba64fedbb16ff13d15 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Fri, 6 Oct 2006 17:44:53 -0700 Subject: [PATCH] Remove XID wrapper structures and replace them with uint32_t typedefs After positive feedback from several people, we have decided to remove the XID wrapper structures that attempted to provide C type safety, and replace them with uint32_t typedefs. Feedback has indicated that these type-safety hacks generated more trouble than help. We will bump the libxcb soname at the next release. --- src/c-client.xsl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/c-client.xsl b/src/c-client.xsl index 982ec02..4a7b50e 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -404,17 +404,9 @@ authorization from the authors. - - - + - - - ret; - ret.xid = xcb_generate_id(c); - return ret; - -- 2.34.1