Commit caa048a1 authored by Mihai Moldovan's avatar Mihai Moldovan

Handle SHAPE proto splitup gracefully for legacy Xext proto versions.

parent 404e6634
......@@ -41,7 +41,11 @@ in this Software without prior written authorization from The Open Group.
#include "dixstruct.h"
#include "resource.h"
#include "opaque.h"
#ifdef LEGACY_XEXT_PROTO
#include <X11/extensions/shape.h>
#else
#include <X11/extensions/shapeproto.h>
#endif
#include "protocol-versions.h"
#include "regionstr.h"
#include "gcstruct.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment