summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mode-private.h4
1 files changed, 2 insertions, 2 deletions
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 <gmodule.h>
/** 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;