aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2006-03-30 22:17:42 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2006-03-30 22:17:42 +0000
commit3df55b78f68076637edbcf30cf5140560b2fc238 (patch)
tree567e7f591b7b2233049e96d2ff2ad5e5ffe342b6 /gtk/sctp_stat.h
parentb3f862b7e5df2b5581ed2821244aecdbb3f904c3 (diff)
From Irene: Fix problems with off screen drawings
Make rectangle clickable. svn path=/trunk/; revision=17778
Diffstat (limited to 'gtk/sctp_stat.h')
-rw-r--r--gtk/sctp_stat.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/gtk/sctp_stat.h b/gtk/sctp_stat.h
index 9bf7d6de2d..87d0284f7c 100644
--- a/gtk/sctp_stat.h
+++ b/gtk/sctp_stat.h
@@ -147,7 +147,7 @@ typedef struct _sctp_assoc_info {
guint32 n_adler32_correct;
guint32 n_crc32c_calculated;
guint32 n_crc32c_correct;
- guint8 checksum_type[8];
+ gchar checksum_type[8];
guint32 n_checksum_errors;
guint32 n_bundling_errors;
guint32 n_padding_errors;
@@ -267,10 +267,19 @@ typedef struct _sctp_graph_t {
guint16 length;
gboolean tmp;
gboolean rectangle;
+ gboolean rectangle_present;
+ guint32 rect_x_min;
+ guint32 rect_x_max;
+ guint32 rect_y_min;
+ guint32 rect_y_max;
guint32 x1_tmp_sec;
guint32 x2_tmp_sec;
guint32 x1_tmp_usec;
guint32 x2_tmp_usec;
+ guint32 x1_akt_sec;
+ guint32 x2_akt_sec;
+ guint32 x1_akt_usec;
+ guint32 x2_akt_usec;
guint32 tmp_width;
guint32 axis_width;
guint32 y1_tmp;