wok-stable view blackbox/stuff/textpropertytostring-unconditional.patch @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents
children
line source
1 Description: Declare bt::textPropertyToString unconditionally.
2 Author: Jakub Wilk <jwilk@debian.org>
3 Forwarded: no
4 Bug-Debian: http://bugs.debian.org/614468
5 Last-Update: 2011-03-12
7 --- a/lib/Util.hh
8 +++ b/lib/Util.hh
9 @@ -25,6 +25,8 @@
10 #ifndef __Util_hh
11 #define __Util_hh
13 +#include <X11/Xutil.h>
14 +
15 #include <limits.h>
16 #include <string>
18 @@ -94,10 +96,8 @@
20 std::string tolower(const std::string &string);
22 -#ifdef _XUTIL_H_
23 std::string textPropertyToString(::Display *display,
24 ::XTextProperty& text_prop);
25 -#endif
27 } // namespace bt