GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-8cbe8fef7c
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 COM_Line_width(double width)
Definition: driver.h:21
void(* Line_width)(double)
Definition: driver.h:29