From 2dce8da128b261977d5b0533312473185acf46b5 Mon Sep 17 00:00:00 2001 From: Christopher Michael 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. SVN revision: 58804 --- legacy/evas/src/modules/engines/software_x11/evas_xcb_outbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/modules/engines/software_x11/evas_xcb_outbuf.c b/legacy/evas/src/modules/engines/software_x11/evas_xcb_outbuf.c index ac9b119983..907e7fec36 100644 --- a/legacy/evas/src/modules/engines/software_x11/evas_xcb_outbuf.c +++ b/legacy/evas/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; }