summaryrefslogtreecommitdiff
path: root/wsutils.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-03-19 13:09:52 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-03-22 23:24:33 -0700
commit091e5f0fc73d7cdda2dcb72fbe198a0103476d77 (patch)
treeb286465606d1e796b36b6529e1387a0cb814bb8b /wsutils.h
parent431918bd9644dd5db2216e8ab61959e9a4b74bc0 (diff)
Move Pixel typedef from xwd.c to wsutils.h
Removes need for including <X11/Intrinsic.h> in multiVis.c just to get the Pixel typedef, which resolves https://bugs.freedesktop.org/show_bug.cgi?id=47462 without adding a dependency on libXt. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'wsutils.h')
-rw-r--r--wsutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutils.h b/wsutils.h
index 67aba90..bf43a18 100644
--- a/wsutils.h
+++ b/wsutils.h
@@ -41,6 +41,8 @@ from The Open Group.
*
******************************************************************************/
+typedef unsigned long Pixel;
+
/* This is the actual structure returned by the X server describing the
* SERVER_OVERLAY_VISUAL property.
*/