[Xcb-commit] icccm
Julien Danjou
jdanjou at kemper.freedesktop.org
Wed Oct 21 00:40:25 PDT 2009
icccm/xcb_icccm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 155c99470961b38ed090ef1b4767c87ec1042386
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date: Tue Oct 20 15:59:41 2009 -0700
Make xcb_icccm.h use the same type as icccm.c for gravity parameter
Fixes compiler error when building with Sun compilers due to
redefining argument types of xcb_size_hints_set_win_gravity
Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>
Signed-off-by: Julien Danjou <julien at danjou.info>
diff --git a/icccm/xcb_icccm.h b/icccm/xcb_icccm.h
index 0c6a895..2d80ffb 100644
--- a/icccm/xcb_icccm.h
+++ b/icccm/xcb_icccm.h
@@ -526,7 +526,7 @@ void xcb_size_hints_set_base_size(xcb_size_hints_t *hints, int32_t base_width,
* @param win_gravity Window gravity value.
*/
void xcb_size_hints_set_win_gravity(xcb_size_hints_t *hints,
- uint32_t win_gravity);
+ xcb_gravity_t win_gravity);
/**
* @brief Deliver a ChangeProperty request to set a value to a given property.
More information about the xcb-commit
mailing list