vte r2150 - in trunk: . src



Author: chpe
Date: Tue Nov 18 13:47:42 2008
New Revision: 2150
URL: http://svn.gnome.org/viewvc/vte?rev=2150&view=rev

Log:
Fix missing prototype warning.

Modified:
   trunk/ChangeLog
   trunk/src/vteskel.c

Modified: trunk/src/vteskel.c
==============================================================================
--- trunk/src/vteskel.c	(original)
+++ trunk/src/vteskel.c	Tue Nov 18 13:47:42 2008
@@ -35,7 +35,7 @@
 		   x, y, width, height);
 }
 
-void
+static void
 _vte_skel_get_text_metrics(struct _vte_draw *draw,
 			   gint *width, gint *height, gint *ascent)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]