applied patch by Min Sik Kim. Fixes build with Quartz GDK backend (bug

2006-12-06  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/xpm.c: applied patch by Min Sik Kim. Fixes build
	with Quartz GDK backend (bug #382929).
This commit is contained in:
Sven Neumann 2006-12-06 11:01:37 +00:00 committed by Sven Neumann
parent d5ee3653f0
commit 8aa1c19e4d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-12-06 Sven Neumann <sven@gimp.org>
* plug-ins/common/xpm.c: applied patch by Min Sik Kim. Fixes build
with Quartz GDK backend (bug #382929).
2006-12-06 Michael Natterer <mitch@gimp.org>
* libgimpconfig/gimpconfig-utils.c: don't cast the return value of

View File

@ -49,7 +49,7 @@ Previous...Inherited code from Ray Lehtiniemi, who inherited it from S & P.
#include <gdkconfig.h> /* For GDK_WINDOWING_WIN32 */
#ifdef GDK_WINDOWING_WIN32
#ifndef GDK_WINDOWING_X11
#ifndef XPM_NO_X
#define XPM_NO_X
#endif