Diff for /np2/x11/gtk2/gtk_drawmng.c between versions 1.8 and 1.10

version 1.8, 2011/01/15 16:48:39 version 1.10, 2011/12/21 18:16:25
Line 1 Line 1
 /*      $Id$    */  
   
 /*  /*
  * Copyright (c) 2003 NONAKA Kimihiro   * Copyright (c) 2003 NONAKA Kimihiro
  * All rights reserved.   * All rights reserved.
Line 94  drawmng_create(void *parent, int width,  Line 92  drawmng_create(void *parent, int width, 
         }          }
         bytes_per_pixel = fmt.bits_per_pixel / 8;          bytes_per_pixel = fmt.bits_per_pixel / 8;
   
         hdl->d.dest.x = hdl->d.dest.x = 0;          hdl->d.dest.x = hdl->d.dest.y = 0;
         hdl->d.src.left = hdl->d.src.top = 0;          hdl->d.src.left = hdl->d.src.top = 0;
         hdl->d.src.right = width;          hdl->d.src.right = width;
         hdl->d.src.bottom = height;          hdl->d.src.bottom = height;

Removed from v.1.8  
changed lines
  Added in v.1.10


RetroPC.NET-CVS <cvs@retropc.net>