GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pngdriver/Line_width.c
Go to the documentation of this file.
1 #include "pngdriver.h"
2 
4 
6 {
7  linewidth = (width < 0 ? 0 : width);
8 }
tuple width
void PNG_Line_width(int width)
int linewidth