aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_receive.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-06-19 23:55:30 +0200
committerMattias Andrée <maandree@kth.se>2020-06-19 23:55:30 +0200
commit77200e73fd50f3bb28710c84d3aaf14aabd735be (patch)
tree399edb4356a3ff5ea5c4529490a946f2d8b59c42 /libaxl_receive.c
parentAdd support for synthetic events (diff)
downloadlibaxl-77200e73fd50f3bb28710c84d3aaf14aabd735be.tar.gz
libaxl-77200e73fd50f3bb28710c84d3aaf14aabd735be.tar.bz2
libaxl-77200e73fd50f3bb28710c84d3aaf14aabd735be.tar.xz
Misc trivial fixes and improvements
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libaxl_receive.c')
-rw-r--r--libaxl_receive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaxl_receive.c b/libaxl_receive.c
index 797ba06..2e4fc20 100644
--- a/libaxl_receive.c
+++ b/libaxl_receive.c
@@ -33,7 +33,7 @@ static const char *const event_formats[] = {
[LIBAXL_EVENT_GRAPHICS_EXPOSURE] = "1.242222221",
[LIBAXL_EVENT_NO_EXPOSURE] = "1.242",
[LIBAXL_EVENT_VISIBILITY_NOTIFY] = "1.241",
- [LIBAXL_EVENT_CREATE_NOTIFY] = "1.244sssss!",
+ [LIBAXL_EVENT_CREATE_NOTIFY] = "1.244ss222!",
[LIBAXL_EVENT_DESTROY_NOTIFY] = "1.244",
[LIBAXL_EVENT_UNMAP_NOTIFY] = "1.244!",
[LIBAXL_EVENT_MAP_NOTIFY] = "1.244!",