pixman: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 19 19:14:29 UTC 2023


 test/utils/utils.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 593a970266042d702c1577fdec8c33449f60b628
Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Jul 19 15:08:22 2023 -0400

    test: Revert to including pixman-private.h
    
    This broke the Visual Studio builds in GTK's CI system.

diff --git a/test/utils/utils.h b/test/utils/utils.h
index 07126af..d3e1ba4 100644
--- a/test/utils/utils.h
+++ b/test/utils/utils.h
@@ -3,7 +3,7 @@
 #endif
 
 #include <assert.h>
-#include "pixman-compiler.h" /* For 'inline' definition */
+#include "pixman-private.h" /* For 'inline' definition */
 #include "utils-prng.h"
 
 #if defined(_MSC_VER)


More information about the xorg-commit mailing list