[Xcb-commit] 2 commits - icccm property
Julien Danjou
jdanjou at kemper.freedesktop.org
Sat Aug 22 06:02:36 PDT 2009
icccm/icccm.c | 2 +-
property/xcb_property.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1314ceba66608a22ad1c5f09f23358a4865ad908
Author: Julien Danjou <julien at danjou.info>
Date: Sat Aug 22 15:02:14 2009 +0200
icccm: typo fix
Signed-off-by: Julien Danjou <julien at danjou.info>
diff --git a/icccm/icccm.c b/icccm/icccm.c
index 7cc341a..67270d3 100644
--- a/icccm/icccm.c
+++ b/icccm/icccm.c
@@ -472,7 +472,7 @@ uint8_t
xcb_get_wm_size_hints_reply(xcb_connection_t *c, xcb_get_property_cookie_t cookie,
xcb_size_hints_t *hints, xcb_generic_error_t **e)
{
- xcb_get_property_reply_t *reply = reply = xcb_get_property_reply(c, cookie, e);
+ xcb_get_property_reply_t *reply = xcb_get_property_reply(c, cookie, e);
uint8_t ret = xcb_get_wm_size_hints_from_reply(hints, reply);
free(reply);
return ret;
commit ee5c2f177a4dcde3c31f3812c4aa6eaef3dda70b
Author: Julien Danjou <julien at danjou.info>
Date: Sat Aug 22 15:01:43 2009 +0200
xcb-property: fix bad comment
Signed-off-by: Julien Danjou <julien at danjou.info>
diff --git a/property/xcb_property.h b/property/xcb_property.h
index 1137ab0..d90f5c9 100644
--- a/property/xcb_property.h
+++ b/property/xcb_property.h
@@ -68,7 +68,7 @@ struct xcb_property_handlers {
/**
* @brief Get any property from a window, from any format.
* @param c The connection to the X server.
- * @param del The XCB_PROP_MODE value.
+ * @param del Boolean value that determines whether the property is deleted.
* @param window The window to get property from.
* @param name The property atom name.
* @param long_len The maximum length of the property.
More information about the xcb-commit
mailing list