summaryrefslogtreecommitdiffstats
path: root/package/efl/libevas/libevas-fix-xcb-backend-typo.patch
blob: 2531e75eeee67f328e41833024d3d876c2edeccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Fix typo in the Evas XCB backend

This typo prevents the XCB backend from building.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Index: b/src/modules/engines/software_x11/evas_xcb_outbuf.c
===================================================================
--- a/src/modules/engines/software_x11/evas_xcb_outbuf.c
+++ b/src/modules/engines/software_x11/evas_xcb_outbuf.c
@@ -871,7 +871,7 @@
           }
         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;