diff options
author | Thomas White <taw@physics.org> | 2011-03-01 14:49:11 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:16 +0100 |
commit | 9dc18e15898f23cd40e1bf178b1cae3b2b6a7d8c (patch) | |
tree | eb50c733a581ed920618f24f90ee728cee34a3bd | |
parent | a4ca7e3e65e4fbd36062b9c4f8d26c78b97d3fde (diff) |
hdfsee: Add more rings
-rw-r--r-- | src/displaywindow.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displaywindow.c b/src/displaywindow.c index b82e9998..3251f42b 100644 --- a/src/displaywindow.c +++ b/src/displaywindow.c @@ -235,6 +235,8 @@ static int draw_stuff(cairo_surface_t *surf, DisplayWindow *dw) cairo_fill(cr); /* Draw resolution circles */ + show_ring(cr, dw, 10.0e-10, "10A"); + show_ring(cr, dw, 8.0e-10, "8A"); show_ring(cr, dw, 5.0e-10, "5A"); show_ring(cr, dw, 4.0e-10, "4A"); show_ring(cr, dw, 3.0e-10, "3A"); |