DEBSOURCES
Skip Quicknav
sources / grass / 6.4.4-1 / lib / pngdriver / Line_width.c
12345678
#include "pngdriver.h" int linewidth; void PNG_Line_width(int width) { linewidth = (width < 0 ? 0 : width); }