blob: a5d8f6a2cc990b8688146525741794e0e6280ab8 (
plain)
1
2
3
4
5
6
7
8
|
#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_ */
|