]> Dogcows Code - chaz/openbox/blobdiff - openbox/menuframe.c
wow... this is a big commit...
[chaz/openbox] / openbox / menuframe.c
index 743f4204ca7ea7fa00cac7d1586b59697b09dfad..108864679e88319a7a949dcadab8d767809f9a7a 100644 (file)
@@ -803,7 +803,7 @@ void menu_entry_frame_show_submenu(ObMenuEntryFrame *self)
     menu_frame_show(f, self->frame);
 }
 
-void menu_entry_frame_execute(ObMenuEntryFrame *self, guint state)
+void menu_entry_frame_execute(ObMenuEntryFrame *self, guint state, Time time)
 {
     if (self->entry->type == OB_MENU_ENTRY_TYPE_NORMAL &&
         self->entry->data.normal.enabled)
@@ -821,9 +821,9 @@ void menu_entry_frame_execute(ObMenuEntryFrame *self, guint state)
             menu_frame_hide_all();
 
         if (func)
-            func(entry, state, data);
+            func(entry, state, data, time);
         else
-            action_run(acts, client, state);
+            action_run(acts, client, state, time);
     }
 }
 
This page took 0.024742 seconds and 4 git commands to generate.