X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=5208025140b8c314c0d16330752d0c99d1946a27;hb=137efd1367704aa39d139b59930c3d103ca7143f;hp=cf6f633e18fa6cce1b83df9caf430c30410a75ef;hpb=9b514b3b6165c80cfe7152c2088a97765f6c82f4;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index cf6f633e..52080251 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -161,5 +161,9 @@ void action_toggle_decorations(union ActionData *data); void action_move(union ActionData *data); /* Resize */ void action_resize(union ActionData *data); +/* Execute */ +void action_restart(union ActionData *data); +/* Any */ +void action_exit(union ActionData *data); #endif