Commit 3698cf27 authored by Mike Gabriel's avatar Mike Gabriel

include/extensions/damageproto.h: Use nx-X11's xfixesproto.h and damagewire.h instead of X.org's.

parent 9acfa3b2
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
#define _DAMAGEPROTO_H_ #define _DAMAGEPROTO_H_
#include <X11/Xmd.h> #include <X11/Xmd.h>
#include <X11/extensions/xfixesproto.h> #include <nx-X11/extensions/xfixesproto.h>
#include <X11/extensions/damagewire.h> #include <nx-X11/extensions/damagewire.h>
#define Window CARD32 #define Window CARD32
#define Drawable CARD32 #define Drawable CARD32
......
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