X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Faction.h;h=9dfbc7164b2ab57a98aef00f1e29f2113ce52914;hb=276b2be581c6cb138b439537761ff2ca42201805;hp=f79bd56b4033b3ff6d42433ccc9af40e71cdb8f3;hpb=6357583c396382dd6ed8ac42004177f204fabe62;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index f79bd56b..9dfbc716 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -15,7 +15,7 @@ struct AnyAction { struct DirectionalAction{ Client *c; - int direction; + ObDirection direction; }; struct Execute {