From e6e3161dae9497a66679d41f144f778d1cc151d7 Mon Sep 17 00:00:00 2001 From: devilhorns Date: Thu, 21 Apr 2011 15:21:40 +0000 Subject: [PATCH] Evas: Fix typos from 'old mans' recent commit sot hings build again wrt xcb. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@58804 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/software_x11/evas_xcb_outbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/engines/software_x11/evas_xcb_outbuf.c b/src/modules/engines/software_x11/evas_xcb_outbuf.c index ac9b119..907e7fe 100644 --- a/src/modules/engines/software_x11/evas_xcb_outbuf.c +++ b/src/modules/engines/software_x11/evas_xcb_outbuf.c @@ -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; } -- 2.7.4