From 01159b29f009977da975ff8c2d648ec0d2881e40 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 21 Apr 2017 09:37:03 +0200 Subject: [Mode] Make the name field a pointer instead of a fixed 32char array. --- include/mode-private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/mode-private.h b/include/mode-private.h index 97a17fa2..b22eccf0 100644 --- a/include/mode-private.h +++ b/include/mode-private.h @@ -31,7 +31,7 @@ #include /** ABI version to check if loaded plugin is compatible. */ -#define ABI_VERSION 0x00000004 +#define ABI_VERSION 0x00000005 /** * @param data Pointer to #Mode object. @@ -143,7 +143,7 @@ struct rofi_mode /** Used for external plugins. */ unsigned int abi_version; /** Name (max 31 char long) */ - char name[32]; + char *name; char cfg_name_key[128]; char *display_name; -- cgit v1.2.3