Index: tool.h =================================================================== --- tool.h (revision 24963) +++ tool.h (revision 24964) @@ -60,6 +60,7 @@ const char *name; /* textual name of the tool */ const char *cookie; /* plugin cookie _pointer_ of the registrar (comparision is pointer based, not strcmp) */ unsigned int priority; /* lower values are higher priorities; escaping mode will try to select the highest prio tool */ + const char **icon; /* XPM for the tool buttons */ /* tool implementation */ void (*init)(void);