]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
add moverelative and resizerelative
[chaz/openbox] / openbox / action.h
index 3ef5aa734a3cc8a5fb83c5ceb02b5669187f1265..b98a6ece3c8513edac00d1908c4be35b8fd97dfa 100644 (file)
@@ -82,7 +82,10 @@ struct Activate {
 
 struct MoveResizeRelative {
     struct AnyAction any;
-    gint delta;
+    gint deltax;
+    gint deltay;
+    gint deltaxl;
+    gint deltayu;
 };
 
 struct SendToDesktop {
This page took 0.019405 seconds and 4 git commands to generate.