summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-wayland-private.h')
-rw-r--r--src/wayland/meta-wayland-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wayland/meta-wayland-private.h b/src/wayland/meta-wayland-private.h
index e28ca06d6..5c4f6e1f4 100644
--- a/src/wayland/meta-wayland-private.h
+++ b/src/wayland/meta-wayland-private.h
@@ -46,7 +46,9 @@ typedef struct
{
int display_index;
char *lock_file;
+#ifdef __linux__
int abstract_fd;
+#endif
int unix_fd;
char *name;
} MetaXWaylandConnection;