summaryrefslogtreecommitdiff
path: root/src/plugins/pglist.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-07-22 20:39:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-07-22 20:39:36 (GMT)
commit3688ebc981037f6aabea06298aa28dd7c9163894 (patch)
treed0ab50e08247ab46919a85e440d9ca97de8ccc92 /src/plugins/pglist.h
parent6a8385724c74b07cf9ed4cb9052f1af1816e3ea5 (diff)
Allowed plugins to extend the current theme.
Diffstat (limited to 'src/plugins/pglist.h')
-rw-r--r--src/plugins/pglist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/pglist.h b/src/plugins/pglist.h
index c55c6da..76f3180 100644
--- a/src/plugins/pglist.h
+++ b/src/plugins/pglist.h
@@ -92,8 +92,8 @@ GPluginModule **get_all_plugins_for_action(PluginAction, size_t *);
/* DPS_SETUP */
-#define include_plugin_theme(r, c) \
- process_all_plugins_for(PGA_GUI_THEME, g_plugin_module_include_theme, r, c)
+#define include_plugin_theme(d, r, c) \
+ process_all_plugins_for(PGA_GUI_THEME, g_plugin_module_include_theme, d, r, c)
/* DPS_CONTENT */