From 8dbde0845a3989528614addb9bd0333f60c522a5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 27 Sep 2014 14:52:40 +0200 Subject: fdo#82577: Handle Region Put the VCL Region class in the vcl namespace. Avoids clash with the X11 Region typedef. Change-Id: I6e008111df7cf37121fbc3eaabd44a8306338291 --- include/prex.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/prex.h') diff --git a/include/prex.h b/include/prex.h index 97fc31352715..7b1a3574fb70 100644 --- a/include/prex.h +++ b/include/prex.h @@ -30,7 +30,6 @@ #define Icon HIDE_XLIB_Icon /* Types from that clash, but we do use. */ -#define Region XLIB_Region #define Time XLIB_Time #if defined __cplusplus -- cgit