|
|
| 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; |