diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-29 20:59:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-29 20:59:20 +0000 |
| commit | b6b514c47764517ef6845ddced6530538ce8d33b (patch) | |
| tree | 71fa29136a9cd90b41aa29471082ece9a61f192d /openbox/action.h | |
| parent | 2309520b482d8002802977a8cfcae57eb8aadd59 (diff) | |
rm a redundant actiondata struct
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/openbox/action.h b/openbox/action.h index ff99af99..a8f37e15 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -26,11 +26,6 @@ struct MoveResizeRelative { int delta; }; -struct SendToDesktop { - Client *c; - guint desktop; -}; - struct SendToNextPreviousDesktop { Client *c; gboolean wrap; @@ -72,7 +67,6 @@ union ActionData { struct Execute execute; struct ClientAction client; struct MoveResizeRelative relative; - struct SendToDesktop sendto; struct SendToNextPreviousDesktop sendtonextprev; struct Desktop desktop; struct NextPreviousDesktop nextprevdesktop; @@ -161,7 +155,7 @@ void action_maximize_vert(union ActionData *data); void action_unmaximize_vert(union ActionData *data); /* ClientAction */ void action_toggle_maximize_vert(union ActionData *data); -/* SendToDesktop */ +/* Desktop */ void action_send_to_desktop(union ActionData *data); /* SendToNextPreviousDesktop */ void action_send_to_next_desktop(union ActionData *data); |
