all repos — openbox @ 741c68bb8701c440d9de974456c4a356de4ea6e0

openbox fork - make it a bit more like ryudo

include algorthm forstd::find
Dana Jansens danakj@orodu.net
commit

741c68bb8701c440d9de974456c4a356de4ea6e0

parent

bf24a3b7fcf8235a272a86c1e81e902aba2304d6

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

jump to
M src/bindings.ccsrc/bindings.cc

@@ -19,6 +19,8 @@ #include "gettext.h"

#define _(str) gettext(str) } +#include <algorithm> + namespace ob { static bool buttonvalue(const std::string &button, unsigned int *val)