summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h
index 639db018..c8e91cfa 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -72,6 +72,9 @@ struct DirectionalAction{
struct Execute {
struct AnyAction any;
gchar *path;
+ gboolean startupnotify;
+ gchar *name;
+ gchar *icon_name;
};
struct ClientAction {