summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-12-13 02:56:12 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-12-13 02:56:12 +0000
commit315f4b94f60967cc52717c389fd0c8e88caa8f23 (patch)
treebf54245788a292aa409946f3587a4506ea36a5ec
parent87a2015dff7b7dc2bef6cdc61bf1ff169eee45c1 (diff)
//bugs.freedesktop.org/show_bug.cgi?id=1897) attachment #1338XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8-branch
(https://bugs.freedesktop.org/attachment.cgi?id=1338): xc/include/extensions/Xinerama.h should include <X11/Xlib.h>, since it uses libX11 functions. Patch by Xavier Bestel and Daniel Stone <daniel@freedesktop.org>.
-rw-r--r--Xinerama.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Xinerama.h b/Xinerama.h
index 2ab2d99..9ccc400 100644
--- a/Xinerama.h
+++ b/Xinerama.h
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/include/extensions/Xinerama.h,v 1.2 2004/04/23 18:43:06 eich Exp $ */
/*
Copyright 2003 The Open Group
@@ -29,6 +29,8 @@ in this Software without prior written authorization from The Open Group.
#ifndef _Xinerama_h
#define _Xinerama_h
+#include <X11/Xlib.h>
+
typedef struct {
int screen_number;
short x_org;