Evas: Fix typos from 'old mans' recent commit sot hings build again
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Apr 2011 15:21:40 +0000 (15:21 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Apr 2011 15:21:40 +0000 (15:21 +0000)
wrt xcb.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@58804 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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;
           }