From 60014a4a98ff924ae7f6840781f768c1cc93bbab Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 15 Dec 2013 01:05:51 -0800 Subject: Replace 'pointer' type with 'void *' This lets us stop using the 'pointer' typedef in Xdefs.h as 'pointer' is used throughout the X server for other things, and having duplicate names generates compiler warnings. Signed-off-by: Keith Packard Reviewed-by: Eric Anholt --- mi/migc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mi/migc.h') diff --git a/mi/migc.h b/mi/migc.h index 8c13b2e53..fb9f35caa 100644 --- a/mi/migc.h +++ b/mi/migc.h @@ -38,7 +38,7 @@ extern _X_EXPORT void miDestroyClip(GCPtr /*pGC */ extern _X_EXPORT void miChangeClip(GCPtr /*pGC */ , int /*type */ , - pointer /*pvalue */ , + void */*pvalue */ , int /*nrects */ ); -- cgit v1.2.1