Hi,
today I downloaded the actual version of disko from the git repository. Since there are the same errors I already got at version 1.6.0, I thought, I'll better post them... ;o)
The file in question is mmsfbsurface.cpp:
at line 4150: change DFB_RECTANGLE_VALS(&srcr) to DFB_RECTANGLE_VALS(&src)
and at lines 1125 and 1463: change ...surface_buffer->w and ...surface_buffer->h to ...surface_buffer->sbw and ...surface_buffer->sbh
In function printMissingCombination you have to check, whether source is not NULL before accessing it on line 1753. Otherwise you get Segmentation faults...
Kind regards
Judith
|