From 8cb6e95eb6afb7204052b07748ffe265700f5d2c Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 2 Aug 2006 16:36:40 +0000 Subject: add moverelative and resizerelative --- openbox/action.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index 3ef5aa73..b98a6ece 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -82,7 +82,10 @@ struct Activate { struct MoveResizeRelative { struct AnyAction any; - gint delta; + gint deltax; + gint deltay; + gint deltaxl; + gint deltayu; }; struct SendToDesktop { -- cgit v1.2.3