Update FSF address
[lttv.git] / lttv / modules / gui / histogram / histodrawing.h
index 68fb211880e3d9ca63c793781acca616ee3e43e3..5dab0057e9091a5e25f025f7cb3faf2016c58a96 100644 (file)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
- * MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 
@@ -23,9 +23,8 @@
 #include <glib.h>
 #include <gdk/gdk.h>
 #include <gtk/gtk.h>
-#include <ltt/ltt.h>
-#include <lttv/tracecontext.h>
-#include <lttv/state.h>
+//#include <lttv/tracecontext.h>
+#include <lttv/traceset.h>
 #include <lttvwindow/lttvwindow.h>
 #include "histocfv.h"
 #include "histodrawitem.h"
@@ -151,12 +150,12 @@ void histo_drawing_update_ruler(histoDrawing_t *drawing, TimeWindow *time_window
 void histo_drawing_update_vertical_ruler(histoDrawing_t *drawing);//, TimeWindow *time_window);
 
 void histo_drawing_request_expose(EventsRequest *events_request,
-                            LttvTracesetState *tss,
+                            LttvTraceset *traceset,
                             LttTime end_time);
 
 void histo_drawing_data_request_begin(EventsRequest *events_request,
-                                LttvTracesetState *tss);
-void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState *tss);
+                                LttvTraceset *traceset);
+void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTraceset *traceset);
 
 
 /* histo_convert_pixels_to_time
This page took 0.025375 seconds and 4 git commands to generate.