aboutsummaryrefslogtreecommitdiff
path: root/src/ld-canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ld-canvas.h')
-rw-r--r--src/ld-canvas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ld-canvas.h b/src/ld-canvas.h
index 435163a..bb41b3d 100644
--- a/src/ld-canvas.h
+++ b/src/ld-canvas.h
@@ -71,9 +71,9 @@ void ld_canvas_set_library (LdCanvas *self, LdLibrary *library);
LdLibrary *ld_canvas_get_library (LdCanvas *self);
void ld_canvas_widget_to_diagram_coords (LdCanvas *self,
- gdouble *x, gdouble *y);
+ gdouble wx, gdouble wy, gdouble *dx, gdouble *dy);
void ld_canvas_diagram_to_widget_coords (LdCanvas *self,
- gdouble *x, gdouble *y);
+ gdouble dx, gdouble dy, gdouble *wx, gdouble *wy);
/* TODO: The rest of the interface. */