patch-image_h 394 B

12345678910111213
  1. $OpenBSD: patch-image_h,v 1.1 2011/05/30 19:08:35 matthieu Exp $
  2. --- image.h.orig Thu May 19 21:39:53 2011
  3. +++ image.h Thu May 19 21:38:04 2011
  4. @@ -63,7 +63,7 @@ typedef struct {
  5. unsigned long sourceMask;
  6. } Image;
  7. -#ifdef _XLIB_H_
  8. +#if defined(_XLIB_H_) || defined(_X11_XLIB_H_)
  9. /* Used to transfer information to routines in iprocess.c */
  10. struct imageprocessinfo {
  11. int oilArea;