mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
fixesproto: adjust to split xext headers
Protocol constants for shape were moved to shapeconst.h. Acked-By: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
a0aeb48945
commit
c7c9beab9a
2 changed files with 2 additions and 3 deletions
|
|
@ -7,3 +7,4 @@ Name: FixesProto
|
|||
Description: X Fixes extension headers
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Requires: xextproto >= 7.0.99.1
|
||||
|
|
|
|||
|
|
@ -47,9 +47,7 @@
|
|||
|
||||
#include <X11/Xmd.h>
|
||||
#include <X11/extensions/xfixeswire.h>
|
||||
#define _SHAPE_SERVER_
|
||||
#include <X11/extensions/shape.h>
|
||||
#undef _SHAPE_SERVER_
|
||||
#include <X11/extensions/shapeconst.h>
|
||||
|
||||
#define Window CARD32
|
||||
#define Drawable CARD32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue