border.h 431 B

123456789101112131415161718
  1. /* Header file: border.h
  2. *
  3. * AUTHOR: M. Hamish Bowman, New Zealand February 2007
  4. *
  5. * COPYRIGHT: (c) 2007 Hamish Bowman, and the GRASS Development Team
  6. * This program is free software under the GNU General Public
  7. * License (>=v2). Read the file COPYING that comes with GRASS
  8. * for details.
  9. */
  10. struct border
  11. {
  12. double r, g, b;
  13. double width;
  14. };
  15. extern struct border brd;