GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
driver/line_width.c
Go to the documentation of this file.
1 #include "driver.h"
2 #include "driverlib.h"
3 
4 void COM_Line_width(double width)
5 {
6  if (driver->Line_width)
7  (*driver->Line_width) (width);
8 }
void(* Line_width)(double)
Definition: driver.h:31
Definition: driver.h:22
void COM_Line_width(double width)