Evas: Fix typos from 'old mans' recent commit sot hings build again
authorChristopher Michael <cpmichael1@comcast.net>
Thu, 21 Apr 2011 15:21:40 +0000 (15:21 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 21 Apr 2011 15:21:40 +0000 (15:21 +0000)
wrt xcb.

SVN revision: 58804

legacy/evas/src/modules/engines/software_x11/evas_xcb_outbuf.c

index ac9b119..907e7fe 100644 (file)
@@ -571,7 +571,7 @@ evas_software_xcb_outbuf_new_region_for_update(Outbuf *buf,
                                                  alpha, EVAS_COLORSPACE_ARGB8888);
         if (!im)
           {
-             _unfind_xob(obr->xob, 0);
+             _unfind_xcbob(obr->xcbob, 0);
              free(obr);
              return NULL;
           }