summaryrefslogtreecommitdiff
path: root/openbox/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/menu.h')
-rw-r--r--openbox/menu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h
index 0c946dd6..f6c33417 100644
--- a/openbox/menu.h
+++ b/openbox/menu.h
@@ -42,6 +42,9 @@ struct _ObMenu
ObMenuUpdateFunc update_func;
ObMenuExecuteFunc execute_func;
ObMenuDestroyFunc destroy_func;
+
+ /* Pipe-menu parent, we get destroyed when it is destroyed */
+ ObMenu *pipe_creator;
};
typedef enum