diff options
-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.4.1 2004/12/13 02:56:12 gisburn 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; |