vte r2142 - in trunk: . src



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

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

        * configure.in:
        * src/vte-private.h:
        Undo previous change instead of cleanly fix it for now.



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:59:45 2008
@@ -276,6 +276,8 @@
 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:59:45 2008
@@ -90,9 +90,6 @@
 #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]