efl: fix build of Evas XCB backend.

Patch by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>


SVN revision: 82310
This commit is contained in:
Cedric BAIL 2013-01-07 01:07:21 +00:00
parent 729b806892
commit fb1225caa7
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-01-07 Thomas Petazzoni
* Fix build of Evas XCB backend.
2013-01-04 Jérémy Zurcher
* Improve eina_share string del speed by a maybe 5-15%.

1
NEWS
View File

@ -102,3 +102,4 @@ Fixes:
* Fix eina_xattr_value_ls() and eina_xattr_value_fd_ls()
* Fix mask write lines to not choose too small segments
* Fix ecore_con case where freeing server double-frees clients
* Fix build of Evas XCB backend

View File

@ -874,7 +874,7 @@ evas_software_xcb_outbuf_push_updated_region(Outbuf *buf, RGBA_Image *update, in
}
else
{
int pixelb = evas_software_xcb_output_buffer_depth(obr->xob) / 8;
int pixelb = evas_software_xcb_output_buffer_depth(obr->xcbob) / 8;
int run;
int dstjump;