gui/graph_displayer_canvas-event.cc
changeset 1632 93ac8c521fe5
parent 1614 350c1d8bb7cc
child 1643 9285f3777553
equal deleted inserted replaced
18:adc6101beacb 19:050af543cbb9
     1 #include "graph_displayer_canvas.h"
     1 #include "graph_displayer_canvas.h"
     2 #include "broken_edge.h"
     2 #include "broken_edge.h"
     3 #include <math.h>
     3 #include <cmath>
     4 
     4 
     5 
     5 
     6 bool GraphDisplayerCanvas::on_expose_event(GdkEventExpose *event)
     6 bool GraphDisplayerCanvas::on_expose_event(GdkEventExpose *event)
     7 {
     7 {
     8   Gnome::Canvas::CanvasAA::on_expose_event(event);
     8   Gnome::Canvas::CanvasAA::on_expose_event(event);