summaryrefslogtreecommitdiff
path: root/vcl/unx/source/app/i18n_ic.cxx
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2010-11-04 12:33:28 +0100
committerRobert Nagy <robert@openbsd.org>2010-11-05 11:36:09 +0100
commit329b46f153484eab71d4e1a22fe4012e42458416 (patch)
tree4186103269820da86541359522a3ff8bd29551df /vcl/unx/source/app/i18n_ic.cxx
parent5ec4a8089f30d796cd9cb5060e86a93b26f614ec (diff)
Add OpenBSD ifdefs for vcl too
Diffstat (limited to 'vcl/unx/source/app/i18n_ic.cxx')
-rw-r--r--vcl/unx/source/app/i18n_ic.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/source/app/i18n_ic.cxx b/vcl/unx/source/app/i18n_ic.cxx
index 59fb02f1919a..48f6c53b5c5c 100644
--- a/vcl/unx/source/app/i18n_ic.cxx
+++ b/vcl/unx/source/app/i18n_ic.cxx
@@ -334,7 +334,7 @@ SalI18N_InputContext::SalI18N_InputContext ( SalFrame *pFrame ) :
if ( mnPreeditStyle != XIMPreeditNone )
{
-#if defined LINUX || defined FREEBSD || defined NETBSD
+#if defined LINUX || defined FREEBSD || defined NETBSD || defined OPENBSD
if ( mpPreeditAttributes != NULL )
#endif
mpAttributes = XVaAddToNestedList( mpAttributes,
@@ -342,7 +342,7 @@ SalI18N_InputContext::SalI18N_InputContext ( SalFrame *pFrame ) :
}
if ( mnStatusStyle != XIMStatusNone )
{
-#if defined LINUX || defined FREEBSD || defined NETBSD
+#if defined LINUX || defined FREEBSD || defined NETBSD || defined OPENBSD
if ( mpStatusAttributes != NULL )
#endif
mpAttributes = XVaAddToNestedList( mpAttributes,