diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-16 20:34:23 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-16 20:43:09 +0300 |
commit | a5f4c5b685703a8d9069a47599983083450bb099 (patch) | |
tree | 4875e6e3612936043caee10134c27cf824468137 | |
parent | 1c13f9c2b67d3a26a8cbbc11b6ae0dc1dc2d30ca (diff) |
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
-rw-r--r-- | include/postx.h | 1 | ||||
-rw-r--r-- | include/prex.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/postx.h b/include/postx.h index e65bd546a13b..15edbeaa63ec 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 fec9c624af5c..15950f18152a 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 |