diff options
author | Daniel Stone <daniel@fooishbar.org> | 2004-12-01 19:03:46 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2004-12-01 19:03:46 +0000 |
commit | b4e223f81287cf3f448266d8c7ac2ff5bb72e7a3 (patch) | |
tree | bf54245788a292aa409946f3587a4506ea36a5ec /Xinerama.h | |
parent | 87a2015dff7b7dc2bef6cdc61bf1ff169eee45c1 (diff) |
Include X11/Xlib.h in Xinerama.h, since it uses libX11 functions (#1897).
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; |