xorg-xorgproto/shapestr.h
Keith Packard 9d5e140111 Allow old servers to build with new headers
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>
2009-11-03 22:44:56 -08:00

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_ */