summaryrefslogtreecommitdiff
path: root/ewmh/ewmh.c.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ewmh/ewmh.c.m4')
-rw-r--r--ewmh/ewmh.c.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ewmh/ewmh.c.m4 b/ewmh/ewmh.c.m4
index 6fafa0a..21c4db1 100644
--- a/ewmh/ewmh.c.m4
+++ b/ewmh/ewmh.c.m4
@@ -53,7 +53,7 @@ typedef struct {
/** The Atom name length */
uint8_t name_len;
/** The Atom name string */
- char *name;
+ const char *name;
size_t m_offset;
} ewmh_atom_t;