00001 #include "pngdriver.h" 00002 00003 int linewidth; 00004 00005 void PNG_Line_width(int width) 00006 { 00007 linewidth = (width < 0 ? 0 : width); 00008 }