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

version 1.9, 2011/01/15 18:43:13 version 1.10, 2011/12/21 18:16:25
Line 92  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.9  
changed lines
  Added in v.1.10


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