--- np2/x11/gtk2/gtk_drawmng.c 2011/01/15 18:43:13 1.9 +++ np2/x11/gtk2/gtk_drawmng.c 2011/12/21 18:16:25 1.10 @@ -92,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;