mirror of
git://slackware.nl/current.git
synced 2025-02-14 08:48:37 +01:00
29 lines
588 B
Diff
29 lines
588 B
Diff
![]() |
Description: Declare bt::textPropertyToString unconditionally.
|
||
|
Author: Jakub Wilk <jwilk@debian.org>
|
||
|
Forwarded: no
|
||
|
Bug-Debian: http://bugs.debian.org/614468
|
||
|
Last-Update: 2011-03-12
|
||
|
|
||
|
--- a/lib/Util.hh
|
||
|
+++ b/lib/Util.hh
|
||
|
@@ -25,6 +25,8 @@
|
||
|
#ifndef __Util_hh
|
||
|
#define __Util_hh
|
||
|
|
||
|
+#include <X11/Xutil.h>
|
||
|
+
|
||
|
#include <limits.h>
|
||
|
#include <string>
|
||
|
|
||
|
@@ -94,10 +96,8 @@
|
||
|
|
||
|
std::string tolower(const std::string &string);
|
||
|
|
||
|
-#ifdef _XUTIL_H_
|
||
|
std::string textPropertyToString(::Display *display,
|
||
|
::XTextProperty& text_prop);
|
||
|
-#endif
|
||
|
|
||
|
} // namespace bt
|
||
|
|