X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Fhistogram%2Fhistodrawing.c;h=16a2dc0bedbc2e7b219627e8fecee50f27c29372;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=88287e1ccf5d685a5bfffeda93e51421004462cc;hpb=e865422cc50d00cb57ec05ed07bba4cbe160904e;p=lttv.git diff --git a/lttv/modules/gui/histogram/histodrawing.c b/lttv/modules/gui/histogram/histodrawing.c index 88287e1c..16a2dc0b 100644 --- a/lttv/modules/gui/histogram/histodrawing.c +++ b/lttv/modules/gui/histogram/histodrawing.c @@ -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. */ #ifdef HAVE_CONFIG_H @@ -24,10 +24,7 @@ #include #include -#include - #include -#include #include #include #include @@ -132,7 +129,7 @@ void histo_drawing_data_request(histoDrawing_t *drawing, } -void histo_drawing_data_request_begin(EventsRequest *events_request, LttvTracesetState *tss) +void histo_drawing_data_request_begin(EventsRequest *events_request, LttvTraceset *traceset) { g_debug("Begin of data request"); HistoControlFlowData *cfd = events_request->viewer_data; @@ -152,7 +149,7 @@ void histo_drawing_data_request_begin(EventsRequest *events_request, LttvTracese } -void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState *tss) +void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTraceset *traceset) { g_debug("Begin of chunk"); HistoControlFlowData *cfd = events_request->viewer_data; @@ -164,7 +161,7 @@ void histo_drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState void histo_drawing_request_expose(EventsRequest *events_request, - LttvTracesetState *tss, + LttvTraceset *traceset, LttTime end_time) { HistoControlFlowData *cfd = events_request->viewer_data;