[xiph-cvs] cvs commit: postfish multibar.h

Monty xiphmont at xiph.org
Tue Oct 14 15:59:13 PDT 2003



xiphmont    03/10/14 18:59:13

  Modified:    .        multibar.h
  Log:
  Beginning work to extect multibar with regressive damping (make
  display less 'flickery'/'jittery' without impeding speed of display.

Revision  Changes    Path
1.3       +10 -0     postfish/multibar.h

Index: multibar.h
===================================================================
RCS file: /usr/local/cvsroot/postfish/multibar.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- multibar.h	14 Oct 2003 08:39:08 -0000	1.2
+++ multibar.h	14 Oct 2003 22:59:12 -0000	1.3
@@ -20,6 +20,13 @@
 typedef struct _Multibar       Multibar;
 typedef struct _MultibarClass  MultibarClass;
 
+typedef struct bartack {
+  double pixelposhi;
+  double pixelposlo;
+  double pixeldeltahi;
+  double pixeldeltalo;
+}
+
 struct _Multibar{
 
   GtkDrawingArea canvas;  
@@ -34,6 +41,9 @@
 
   struct timeval cliptimer;
   struct timeval peaktimer;
+
+  bartrack *bartrackers;
+  int bars;
 };
 
 struct _MultibarClass{

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list