mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
This provides header compatibility back to X server version 1.6 at least (that's all I tested). Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
8 lines
252 B
C
8 lines
252 B
C
#ifndef _SHAPESTR_H_
|
|
#define _SHAPESTR_H_
|
|
|
|
#warning "shapestr.h is obsolete and may be removed in the future."
|
|
#warning "include <X11/extensions/shapeproto.h> for the protocol defines."
|
|
#include <X11/extensions/shapeproto.h>
|
|
|
|
#endif /* _SHAPESTR_H_ */
|