]> Dogcows Code - chaz/openbox/blobdiff - openbox/menu.h
sync before removing all the enter events. this way it actually catches them
[chaz/openbox] / openbox / menu.h
index 0c946dd64c0c43fd252a58b60f7ea1fab2515a6e..f6c334172c13cbb8c2ee0fa596f8316e52726c1a 100644 (file)
@@ -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
This page took 0.020006 seconds and 4 git commands to generate.