diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-11 10:53:06 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-11 10:53:06 +0000 |
commit | 673527bba728e6d22142fb61393e56344bf6f9d6 (patch) | |
tree | 1034534a0ecf3a848ad2e72d4683e56f8fd0dfd4 | |
parent | cf3c08d9633e360f064842e5523dae5b01446c9e (diff) |
Import changes from XORG-6.8.2CYGWIN-6_8_2-MERGECYGWIN
-rw-r--r-- | Xinerama.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $XdotOrg: xc/include/extensions/Xinerama.h,v 1.2 2004/04/23 18:43:06 eich Exp $ */ +/* $XdotOrg$ */ /* 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; |