mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / include / lttv / common.h
CommitLineData
e969fd8e 1#ifndef COMMON_H
2#define COMMON_H
3
4#include <stdio.h>
5#include <ltt/ltt.h>
6#include <gtk/gtk.h>
7
8typedef struct _mainWindow mainWindow;
f7afe191 9//typedef struct _systemView systemView;
e969fd8e 10typedef struct _tab tab;
e969fd8e 11
12/* constructor of the viewer */
13typedef GtkWidget * (*lttv_constructor)(mainWindow * main_window);
14typedef lttv_constructor view_constructor;
15
e969fd8e 16
17#endif // COMMON_H
This page took 0.023616 seconds and 4 git commands to generate.