mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 22:28:04 +02:00
XI.h needs X.h for CARD32 on 64-bit systems.
This commit is contained in:
parent
f033750780
commit
4b22047f34
1 changed files with 2 additions and 1 deletions
3
XI.h
3
XI.h
|
|
@ -50,9 +50,10 @@ SOFTWARE.
|
|||
/* Definitions used by the server, library and client */
|
||||
|
||||
#ifndef _XI_H_
|
||||
|
||||
#define _XI_H_
|
||||
|
||||
#include <X11/X.h> /* CARD32 */
|
||||
|
||||
#define sz_xGetExtensionVersionReq 8
|
||||
#define sz_xGetExtensionVersionReply 32
|
||||
#define sz_xListInputDevicesReq 4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue