GRASS Programmer's Manual  6.4.4(2014)-r
driver/Line_width.c
Go to the documentation of this file.
1 #include "driver.h"
2 #include "driverlib.h"
3 
5 {
6  if (driver->Line_width)
7  (*driver->Line_width) (width);
8 }
void COM_Line_width(int width)
tuple width
Definition: driver.h:25
void(* Line_width)(int)
Definition: driver.h:37