blob: 20fde1dbe690dfcd6c4151fc760fa7d2881d71e8 (
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_ */
|