Patch by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
SVN revision: 82310
+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%.
* 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
}
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;