all repos — openbox @ 8e601e4a64b37f333fc3a5f844e4d72d6f289415

openbox fork - make it a bit more like ryudo

line up the vars
Dana Jansens danakj@orodu.net
commit

8e601e4a64b37f333fc3a5f844e4d72d6f289415

parent

b790e78e0ac99d3bcdc3f7e11b43e4da1ede8968

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M util/epist/epist.hhutil/epist/epist.hh

@@ -51,7 +51,7 @@ typedef std::map<Window, XWindow*> WindowLookup;

typedef WindowLookup::value_type WindowLookupPair; WindowLookup _windows; - ActionList _actions; + ActionList _actions; virtual void process_event(XEvent *e); virtual bool handleSignal(int sig);