--- np2/x11/gtk2/gtk_drawmng.c 2011/01/15 16:48:39 1.8 +++ np2/x11/gtk2/gtk_drawmng.c 2011/12/21 18:16:25 1.10 @@ -1,5 +1,3 @@ -/* $Id: gtk_drawmng.c,v 1.8 2011/01/15 16:48:39 monaka Exp $ */ - /* * Copyright (c) 2003 NONAKA Kimihiro * All rights reserved. @@ -94,7 +92,7 @@ drawmng_create(void *parent, int width, } 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.right = width; hdl->d.src.bottom = height;