From 34f8bc49bb437a74a0e5f1e32efcf4c26b90bfed Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Tue, 22 Dec 2009 17:27:40 +0100 Subject: xcb_ewmh_get_wm_name_reply should have always been static --- ewmh/xcb_ewmh.h.m4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ewmh') diff --git a/ewmh/xcb_ewmh.h.m4 b/ewmh/xcb_ewmh.h.m4 index 1d059f1..1d6024f 100644 --- a/ewmh/xcb_ewmh.h.m4 +++ b/ewmh/xcb_ewmh.h.m4 @@ -1703,10 +1703,11 @@ xcb_ewmh_get_wm_name_from_reply(xcb_ewmh_connection_t *ewmh, return xcb_ewmh_get_utf8_strings_from_reply(ewmh, data, r); } -uint8_t xcb_ewmh_get_wm_name_reply(xcb_ewmh_connection_t *ewmh, - xcb_get_property_cookie_t cookie, - xcb_ewmh_get_utf8_strings_reply_t *data, - xcb_generic_error_t **e) +static inline uint8_t +xcb_ewmh_get_wm_name_reply(xcb_ewmh_connection_t *ewmh, + xcb_get_property_cookie_t cookie, + xcb_ewmh_get_utf8_strings_reply_t *data, + xcb_generic_error_t **e) { return xcb_ewmh_get_utf8_strings_reply(ewmh, cookie, data, e); } -- cgit v1.2.3