[PD-cvs] pd/src desire.h,1.1.2.22,1.1.2.23

Mathieu Bouchard matju at users.sourceforge.net
Thu Sep 7 02:01:53 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	desire.h 
Log Message:
.


Index: desire.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.h,v
retrieving revision 1.1.2.22
retrieving revision 1.1.2.23
diff -C2 -d -r1.1.2.22 -r1.1.2.23
*** desire.h	4 Sep 2006 02:32:40 -0000	1.1.2.22
--- desire.h	7 Sep 2006 00:01:51 -0000	1.1.2.23
***************
*** 78,84 ****
  /* the t_tick structure describes where to draw x and y "ticks" for a glist */
  typedef struct _tick {  /* where to put ticks on x or y axes */
!     float k_point;      /* one point to draw a big tick at */
!     float k_inc;        /* x or y increment per little tick */
!     int k_lperb;        /* little ticks per big; 0 if no ticks to draw */
  } t_tick;
  
--- 78,84 ----
  /* the t_tick structure describes where to draw x and y "ticks" for a glist */
  typedef struct _tick {  /* where to put ticks on x or y axes */
!     float point;      /* one point to draw a big tick at */
!     float inc;        /* x or y increment per little tick */
!     int lperb;        /* little ticks per big; 0 if no ticks to draw */
  } t_tick;
  





More information about the Pd-cvs mailing list