efl: fix build of Evas XCB backend.
authorCedric BAIL <cedric.bail@free.fr>
Mon, 7 Jan 2013 01:07:21 +0000 (01:07 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Mon, 7 Jan 2013 01:07:21 +0000 (01:07 +0000)
Patch by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

SVN revision: 82310

ChangeLog
NEWS
src/modules/evas/engines/software_x11/evas_xcb_outbuf.c

index d78204c..5744993 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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%.
diff --git a/NEWS b/NEWS
index 185c977..15a0fd0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index e746ddc..e8502d6 100644 (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;