summaryrefslogtreecommitdiff
path: root/ewmh/xcb_ewmh.h.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ewmh/xcb_ewmh.h.m4')
-rw-r--r--ewmh/xcb_ewmh.h.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ewmh/xcb_ewmh.h.m4 b/ewmh/xcb_ewmh.h.m4
index b9e1b3d..f4fe745 100644
--- a/ewmh/xcb_ewmh.h.m4
+++ b/ewmh/xcb_ewmh.h.m4
@@ -345,7 +345,7 @@ typedef struct {
* @return The cookies corresponding to EWMH atoms
*/
xcb_intern_atom_cookie_t *xcb_ewmh_init_atoms(xcb_connection_t *c,
- xcb_ewmh_connection_t * const ewmh,
+ xcb_ewmh_connection_t *ewmh,
const int screen_nbr);
/**
@@ -357,7 +357,7 @@ xcb_intern_atom_cookie_t *xcb_ewmh_init_atoms(xcb_connection_t *c,
* @param e Error if any
* @return Return 1 on success, 0 otherwise
*/
-uint8_t xcb_ewmh_init_atoms_replies(xcb_ewmh_connection_t * const ewmh,
+uint8_t xcb_ewmh_init_atoms_replies(xcb_ewmh_connection_t *ewmh,
xcb_intern_atom_cookie_t *ewmh_cookies,
xcb_generic_error_t **e);