X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Fcontrolflow%2Fdrawing.h;h=5880f80cd96f5ed92aab46e02eadd107ad31fb7d;hb=b9ce0bad7daf7c0a2333c91fdb1e35d602afe17f;hp=3e4b3dc86bad8278e797927df26e4cc5bda89c9f;hpb=f61f4dca50e13aa52b1ca3941c8f420848f4353f;p=lttv.git diff --git a/lttv/modules/gui/controlflow/drawing.h b/lttv/modules/gui/controlflow/drawing.h index 3e4b3dc8..5880f80c 100644 --- a/lttv/modules/gui/controlflow/drawing.h +++ b/lttv/modules/gui/controlflow/drawing.h @@ -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,8 +23,9 @@ #include #include #include -#include +#ifdef BABEL_CLEANUP #include +#endif //babel_cleanup #include #include #include "cfv.h" @@ -157,12 +158,11 @@ void drawing_remove_square(Drawing_t *drawing, void drawing_update_ruler(Drawing_t *drawing, TimeWindow *time_window); void drawing_request_expose(EventsRequest *events_request, - LttvTracesetState *tss, LttTime end_time); -void drawing_data_request_begin(EventsRequest *events_request, - LttvTracesetState *tss); -void drawing_chunk_begin(EventsRequest *events_request, LttvTracesetState *tss); +void drawing_data_request_begin(EventsRequest *events_request); + +void drawing_chunk_begin(EventsRequest *events_request, LttvTraceset *ts);