X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Futil.hh;h=e00a4e1b60b444ebe2a3cef4e85d874545efaa4f;hb=02b63185a22e64edaed916daa8559d769eb7bc5f;hp=91c247a684a7d8b6abbdf3aebce6947a6db6bebf;hpb=8f8acc24933830d4f5784616b9b0c5896bde0b93;p=chaz%2Fopenbox diff --git a/otk/util.hh b/otk/util.hh index 91c247a6..e00a4e1b 100644 --- a/otk/util.hh +++ b/otk/util.hh @@ -23,15 +23,10 @@ extern "C" { namespace otk { -/* XXX: this needs autoconf help */ -const unsigned int BSENTINEL = 65535; - std::string expandTilde(const std::string& s); void bexec(const std::string& command, const std::string& displaystring); -std::string textPropertyToString(Display *display, XTextProperty& text_prop); - std::string itostring(unsigned long i); std::string itostring(long i); inline std::string itostring(unsigned int i)