diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-13 02:56:12 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-13 02:56:12 +0000 |
commit | 315f4b94f60967cc52717c389fd0c8e88caa8f23 (patch) | |
tree | bf54245788a292aa409946f3587a4506ea36a5ec /Xinerama.h | |
parent | 87a2015dff7b7dc2bef6cdc61bf1ff169eee45c1 (diff) | |
download | xorg-proto-xineramaproto-XORG-6_8_1_903.tar.gz |
//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>.
Diffstat (limited to 'Xinerama.h')
-rw-r--r-- | Xinerama.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |