diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-28 21:33:30 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-28 21:55:50 +0100 |
commit | 7eab400aba5966cbc5f4837a3f32d381de5c9759 (patch) | |
tree | 901ebef0f7e374af0511aaecca5dd9435c28a2bb /nx-X11/programs/Xserver/hw/nxagent/NXcomposite.h | |
parent | f63641b13303f0c7898bbd6a125bc268ff4c4026 (diff) | |
download | nx-libs-7eab400aba5966cbc5f4837a3f32d381de5c9759.tar.gz nx-libs-7eab400aba5966cbc5f4837a3f32d381de5c9759.tar.bz2 nx-libs-7eab400aba5966cbc5f4837a3f32d381de5c9759.zip |
libray clean (Xfixes): Provide a fake libXfixes.h header from latest X.Org, that includes headers from our Xlib version. This avoids FTBFS caused by type redefinitions and should really be a temporary measure.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/NXcomposite.h')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/NXcomposite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXcomposite.h b/nx-X11/programs/Xserver/hw/nxagent/NXcomposite.h index a274b8a39..5887ab24b 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/NXcomposite.h +++ b/nx-X11/programs/Xserver/hw/nxagent/NXcomposite.h @@ -34,7 +34,7 @@ #else #include <nx-X11/extensions/composite.h> -#include <nx-X11/extensions/Xfixes.h> +#include "X11/include/Xfixes_nxagent.h" #endif |