[PD-cvs] pd/src g_rtext.c,1.5.2.1,1.5.2.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Jan 29 19:32:55 CET 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26999

Modified Files:
      Tag: branch-v0-39-2-extended
	g_rtext.c 
Log Message:
tweaked box margins to work with DejaVu Sans Mono

Index: g_rtext.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_rtext.c,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -d -r1.5.2.1 -r1.5.2.2
*** g_rtext.c	19 Dec 2006 05:55:44 -0000	1.5.2.1
--- g_rtext.c	29 Jan 2007 18:32:53 -0000	1.5.2.2
***************
*** 16,23 ****
  #include "t_tk.h"
  
! #define LMARGIN 1
! #define RMARGIN 1
! #define TMARGIN 2
! #define BMARGIN 2
  
  #define SEND_FIRST 1
--- 16,23 ----
  #include "t_tk.h"
  
! #define LMARGIN 2
! #define RMARGIN 2
! #define TMARGIN 3
! #define BMARGIN 1
  
  #define SEND_FIRST 1





More information about the Pd-cvs mailing list