summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h8
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);