[GRASS-SVN] r63459 - grass/trunk/lib/driver

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 9 12:28:30 PST 2014


Author: martinl
Date: 2014-12-09 12:28:30 -0800 (Tue, 09 Dec 2014)
New Revision: 63459

Modified:
   grass/trunk/lib/driver/driver.h
Log:
driverlib: header cosmetics (file renamed to lower-case)


Modified: grass/trunk/lib/driver/driver.h
===================================================================
--- grass/trunk/lib/driver/driver.h	2014-12-09 20:10:40 UTC (rev 63458)
+++ grass/trunk/lib/driver/driver.h	2014-12-09 20:28:30 UTC (rev 63459)
@@ -60,56 +60,56 @@
 
 /* Commands */
 
-/* Box.c */
+/* box.c */
 extern void COM_Box_abs(double, double, double, double);
 
-/* Color.c */
+/* color.c */
 extern void COM_Color_RGB(unsigned char, unsigned char, unsigned char);
 extern void COM_Standard_color(int);
 
-/* Erase.c */
+/* erase.c */
 extern void COM_Erase(void);
 
-/* Font.c */
+/* font.c */
 extern void COM_Set_font(const char *);
 extern void COM_Set_encoding(const char *);
 extern void COM_Font_list(char ***, int *);
 extern void COM_Font_info(char ***, int *);
 
-/* Get_t_box.c */
+/* get_t_box.c */
 extern void COM_Get_text_box(const char *, double *, double *, double *, double *);
 
-/* Graph.c */
+/* graph.c */
 extern int COM_Graph_set(void);
 extern void COM_Graph_close(void);
 
-/* Line_width.c */
+/* line_width.c */
 extern void COM_Line_width(double);
 
-/* Move.c */
+/* move.c */
 extern void COM_Pos_abs(double, double);
 
-/* Raster.c */
+/* raster.c */
 extern void COM_begin_raster(int, int[2][2], double[2][2]);
 extern int COM_raster(int, int, const unsigned char *,
 		      const unsigned char *, const unsigned char *,
 		      const unsigned char *);
 extern void COM_end_raster(void);
 
-/* Set_window.c */
+/* set_window.c */
 extern void COM_Set_window(double, double, double, double);
 extern void COM_Get_window(double *, double *, double *, double *);
 
-/* Text.c */
+/* text.c */
 extern void COM_Text(const char *);
 
-/* Text_size.c */
+/* text_size.c */
 extern void COM_Text_size(double, double);
 extern void COM_Text_rotation(double);
 
 /* Driver Operations */
 
-/* Draw.c */
+/* draw.c */
 extern void COM_Bitmap(int, int, int, const unsigned char *);
 extern void COM_Begin(void);
 extern void COM_Move(double, double);



More information about the grass-commit mailing list