[PD-cvs] pd/src g_text.c,1.5.4.3,1.5.4.4

Thomas Grill xovo at users.sourceforge.net
Sat Jul 30 23:31:12 CEST 2005


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

Modified Files:
      Tag: devel_0_38
	g_text.c 
Log Message:
set varargs to right type, so that the following can be correctly interpreted

Index: g_text.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_text.c,v
retrieving revision 1.5.4.3
retrieving revision 1.5.4.4
diff -C2 -d -r1.5.4.3 -r1.5.4.4
*** g_text.c	2 Jul 2005 15:12:11 -0000	1.5.4.3
--- g_text.c	30 Jul 2005 21:31:10 -0000	1.5.4.4
***************
*** 998,1002 ****
                  pd_vmess(&x->te_pd, clicksym, "fffff",
                      (double)xpix, (double)ypix,
!                         (double)shift, 0, (double)alt);
              return (1);
          }
--- 998,1002 ----
                  pd_vmess(&x->te_pd, clicksym, "fffff",
                      (double)xpix, (double)ypix,
!                         (double)shift, (double)0, (double)alt);
              return (1);
          }
***************
*** 1007,1011 ****
          if (doit)
              gatom_click((t_gatom *)x, (t_floatarg)xpix, (t_floatarg)ypix,
!                 (t_floatarg)shift, 0, (t_floatarg)alt);
          return (1);
      }
--- 1007,1011 ----
          if (doit)
              gatom_click((t_gatom *)x, (t_floatarg)xpix, (t_floatarg)ypix,
!                 (t_floatarg)shift, (t_floatarg)0, (t_floatarg)alt);
          return (1);
      }
***************
*** 1014,1018 ****
          if (doit)
              message_click((t_message *)x, (t_floatarg)xpix, (t_floatarg)ypix,
!                 (t_floatarg)shift, 0, (t_floatarg)alt);
          return (1);
      }
--- 1014,1018 ----
          if (doit)
              message_click((t_message *)x, (t_floatarg)xpix, (t_floatarg)ypix,
!                 (t_floatarg)shift, (t_floatarg)0, (t_floatarg)alt);
          return (1);
      }





More information about the Pd-cvs mailing list