summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/desktops.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/desktops.hxx')
-rw-r--r--vcl/inc/unx/desktops.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/vcl/inc/unx/desktops.hxx b/vcl/inc/unx/desktops.hxx
index babb1686e674..e88c47326b28 100644
--- a/vcl/inc/unx/desktops.hxx
+++ b/vcl/inc/unx/desktops.hxx
@@ -20,7 +20,11 @@
#ifndef INCLUDED_VCL_INC_UNX_DESKTOPS_HXX
#define INCLUDED_VCL_INC_UNX_DESKTOPS_HXX
-enum DesktopType {
+#include <sal/config.h>
+
+#include <sal/types.h>
+
+enum SAL_DLLPUBLIC_RTTI DesktopType {
DESKTOP_NONE, // headless, i.e. no X connection at all
DESKTOP_UNKNOWN, // unknown desktop, simple WM, etc.
DESKTOP_GNOME,