wok annotate blackbox/stuff/textpropertytostring-unconditional.patch @ rev 15198
php*: add license
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 07 15:59:12 2013 +0000 (2013-09-07) |
parents | |
children |
rev | line source |
---|---|
pascal@11217 | 1 Description: Declare bt::textPropertyToString unconditionally. |
pascal@11217 | 2 Author: Jakub Wilk <jwilk@debian.org> |
pascal@11217 | 3 Forwarded: no |
pascal@11217 | 4 Bug-Debian: http://bugs.debian.org/614468 |
pascal@11217 | 5 Last-Update: 2011-03-12 |
pascal@11217 | 6 |
pascal@11217 | 7 --- a/lib/Util.hh |
pascal@11217 | 8 +++ b/lib/Util.hh |
pascal@11217 | 9 @@ -25,6 +25,8 @@ |
pascal@11217 | 10 #ifndef __Util_hh |
pascal@11217 | 11 #define __Util_hh |
pascal@11217 | 12 |
pascal@11217 | 13 +#include <X11/Xutil.h> |
pascal@11217 | 14 + |
pascal@11217 | 15 #include <limits.h> |
pascal@11217 | 16 #include <string> |
pascal@11217 | 17 |
pascal@11217 | 18 @@ -94,10 +96,8 @@ |
pascal@11217 | 19 |
pascal@11217 | 20 std::string tolower(const std::string &string); |
pascal@11217 | 21 |
pascal@11217 | 22 -#ifdef _XUTIL_H_ |
pascal@11217 | 23 std::string textPropertyToString(::Display *display, |
pascal@11217 | 24 ::XTextProperty& text_prop); |
pascal@11217 | 25 -#endif |
pascal@11217 | 26 |
pascal@11217 | 27 } // namespace bt |
pascal@11217 | 28 |