X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/812b526d127c6657e571db8b33a58137af6709cd..5602a92f7fa70ee85937eec73a4c2bb923aadab5:/disobedience/popup.h diff --git a/disobedience/popup.h b/disobedience/popup.h index 9706e03..25726b2 100644 --- a/disobedience/popup.h +++ b/disobedience/popup.h @@ -26,6 +26,9 @@ struct menuitem { /** @brief Menu item name */ const char *name; + /** @brief Stock icon name */ + const char *stock; + /** @brief Called to activate the menu item */ void (*activate)(GtkMenuItem *menuitem, gpointer user_data);