[cairo-commit] packaging/debian/cairo/debian/patches xlib-surface-debian.patch,NONE,1.1

Dave Beckett commit at pdx.freedesktop.org
Sat Jan 24 10:14:52 PST 2004


Committed by: dajobe

Update of /cvs/cairo/packaging/debian/cairo/debian/patches
In directory pdx:/tmp/cvs-serv30412

Added Files:
	xlib-surface-debian.patch 
Log Message:
revert change that broke cairo under Debian X

--- NEW FILE: xlib-surface-debian.patch ---
*** src/cairo_xlib_surface.c.orig	Sat Jan 24 18:08:29 2004
--- src/cairo_xlib_surface.c	Sat Jan 24 18:08:42 2004
***************
*** 257,263 ****
  
      ximage = XCreateImage (surface->dpy,
  			   DefaultVisual(surface->dpy, DefaultScreen(surface->dpy)),
! 			   image->depth,
  			   ZPixmap,
  			   0,
  			   image->data,
--- 257,263 ----
  
      ximage = XCreateImage (surface->dpy,
  			   DefaultVisual(surface->dpy, DefaultScreen(surface->dpy)),
! 			   image->depth == 32 ? 24 : image->depth,
  			   ZPixmap,
  			   0,
  			   image->data,





More information about the cairo-commit mailing list