all repos — openbox @ 8ec56b9907d7fafab28e79cab362a43f2971ab72

openbox fork - make it a bit more like ryudo

make the action list returned a const
Dana Jansens danakj@orodu.net
commit

8ec56b9907d7fafab28e79cab362a43f2971ab72

parent

f693859b3e539527afa2bd65d615bad8402a1e55

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

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

@@ -67,7 +67,7 @@ void addWindow(XWindow *window);

void removeWindow(XWindow *window); XWindow *findWindow(Window window) const; - ActionList actions(void) { return _actions; } + const ActionList actions(void) { return _actions; } }; #endif // __epist_hh