diff options
author | Mattias Andrée <maandree@kth.se> | 2020-06-19 23:55:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-19 23:55:30 +0200 |
commit | 77200e73fd50f3bb28710c84d3aaf14aabd735be (patch) | |
tree | 399edb4356a3ff5ea5c4529490a946f2d8b59c42 /libaxl_receive.c | |
parent | Add support for synthetic events (diff) | |
download | libaxl-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 '')
-rw-r--r-- | libaxl_receive.c | 2 |
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!", |