fix object size when rotation is 90 or 270 degree

SVN revision: 40907
This commit is contained in:
Vincent Torri 2009-06-05 18:58:16 +00:00
parent a8490456b6
commit e61101a4a4
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ evas_software_gdi_outbuf_new_region_for_update(Outbuf *buf,
obr->gdiob = _find_gdiob(buf->priv.gdi.dc,
buf->priv.gdi.bitmap_info,
buf->priv.gdi.depth,
w, h, NULL);
h, w, NULL);
/*
obr->gdiob = evas_software_x11_x_output_buffer_new(buf->priv.dd.disp,
buf->priv.dd.vis,