summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-04 14:44:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-04 16:07:09 +0000
commit8dd26a7479b73ff4bef30d95108979684d8cf6d8 (patch)
tree4d828f4a8430c95207127a99fc96308e2ceeb590 /vcl
parentb433e9fa9980c389162a8a1bc7cfb24d4e7a750e (diff)
latest libX11 changed header guards
(cherry picked from commit cd10b146b67f7329f699e48e74d2961dbcceb123)
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/inc/dtint.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/inc/dtint.hxx b/vcl/unx/inc/dtint.hxx
index 064916e7ac12..b6f7aa4b9350 100644
--- a/vcl/unx/inc/dtint.hxx
+++ b/vcl/unx/inc/dtint.hxx
@@ -37,7 +37,7 @@ class SalBitmap;
class SalDisplay;
class AllSettings;
-#ifndef _XLIB_H_
+#if !defined(_XLIB_H_) && !defined(_X11_XLIB_H_)
// forwards from X
struct Display;
struct XEvent;