Joerg Mayer skrev 2011-08-24 19:02:
When trying to get a tcp graph, the window only shows grey (background)
color plus the dialog that would allow tuning the graph. There is also a
message that may be related:
(wireshark:19875): GLib-GObject-WARNING **: gsignal.c:2275: signal `expose_event' is invalid for instance `0x82ace10'
Ciao
Joerg
Hi,
Could you try revision 38715? I don't know if
graph_pixmap_display (g);
graph_title_pixmap_display (g);
axis_pixmap_display (g->x_axis);
axis_pixmap_display (g->y_axis);
Should take the cairo_t as input too.
Regards
Anders