mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-06 13:48:39 +02:00
Include X11/Xlib.h in Xinerama.h, since it uses libX11 functions (#1897).
This commit is contained in:
parent
87a2015dff
commit
b4e223f812
1 changed files with 3 additions and 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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue