x_min_c           672 modules/edgeoverlay.c         const int x_min_c = (xoffset < 0) ? x_max + xoffset : x_min;
x_min_c           677 modules/edgeoverlay.c             for (x = x_min_c; x < x_max_c; ++x)