GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 }