Public paste
Undefined
By: Guest | Date: Dec 9 2009 19:15 | Format: None | Expires: never | Size: 474 B | Hits: 810

  1. diff --git a/exa/exa_mixed.c b/exa/exa_mixed.c
  2. index 0fb644b..155ed47 100644
  3. --- a/exa/exa_mixed.c
  4. +++ b/exa/exa_mixed.c
  5. @@ -155,7 +155,6 @@ exaModifyPixmapHeader_mixed(PixmapPtr pPixmap, int width, int height, int depth,
  6.  
  7.      if (width != pPixmap->drawable.width ||
  8.         height != pPixmap->drawable.height ||
  9. -       devKind != pPixmap->devKind ||
  10.         depth != pPixmap->drawable.depth ||
  11.         bitsPerPixel != pPixmap->drawable.bitsPerPixel) {
  12.         if (pExaPixmap->driverPriv) {