vte r2141 - in trunk: . src



Author: behdad
Date: Thu Nov 13 15:53:45 2008
New Revision: 2141
URL: http://svn.gnome.org/viewvc/vte?rev=2141&view=rev

Log:
2008-11-13  Behdad Esfahbod  <behdad gnome org>

        * configure.in:
        * src/vte-private.h:
        Why do we let people configure random things?



Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/src/vte-private.h

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Nov 13 15:53:45 2008
@@ -276,8 +276,6 @@
 AC_SUBST(VTE_DEFAULT_EMULATION)
 
 # Miscellaneous definitions.
-AC_DEFINE(VTE_UTF8_BPC,6,[Maximum number of bytes used per UTF-8 character.])
-AC_DEFINE(VTE_INVALID_SOURCE,(guint)-1,[A number which can never be a valid source ID.])
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE",[Package name.])
 
 # Check for headers.

Modified: trunk/src/vte-private.h
==============================================================================
--- trunk/src/vte-private.h	(original)
+++ trunk/src/vte-private.h	Thu Nov 13 15:53:45 2008
@@ -90,6 +90,9 @@
 #define VTE_MAX_PROCESS_TIME		100
 #define VTE_CELL_BBOX_SLACK		1
 
+#define VTE_UTF8_BPC			6
+#define VTE_INVALID_SOURCE		(guint)-1
+
 /* The structure we use to hold characters we're supposed to display -- this
  * includes any supported visible attributes. */
 struct vte_charcell {



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