[Libreoffice-commits] core.git: include/postx.h include/prex.h
Tor Lillqvist
tml at collabora.com
Sat Aug 16 10:47:11 PDT 2014
include/postx.h | 1 -
include/prex.h | 1 -
2 files changed, 2 deletions(-)
New commits:
commit a5f4c5b685703a8d9069a47599983083450bb099
Author: Tor Lillqvist <tml at collabora.com>
Date: Sat Aug 16 20:34:23 2014 +0300
Our use of Boolean does not clash with the Xt <X11/Intrinsic.h> typedef
So no need to hide the Xt type.
Change-Id: Ib7d96745294ab747b3c8ed355d4562a68e3cb0cf
diff --git a/include/postx.h b/include/postx.h
index e65bd546..15edbea 100644
--- a/include/postx.h
+++ b/include/postx.h
@@ -32,7 +32,6 @@
#undef Region
#undef Icon
#undef Time
-#undef Boolean
#undef Min
#undef Max
diff --git a/include/prex.h b/include/prex.h
index fec9c62..15950f1 100644
--- a/include/prex.h
+++ b/include/prex.h
@@ -27,7 +27,6 @@
/* Types from <X11/X.h> that clash with LO's identifiers
* and we don't need.
*/
-#define Boolean HIDE_XLIB_Boolean
#define Font HIDE_XLIB_Font
#define Icon HIDE_XLIB_Icon
More information about the Libreoffice-commits
mailing list