mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
merge onecanvas and cairocanvas branches, and manually resolve conflicts, including rounding in item_to_window() methods
This commit is contained in:
parent
e8e3460665
commit
fdbb93ea3c
3 changed files with 10 additions and 3 deletions
|
|
@ -148,6 +148,11 @@ public:
|
|||
void canvas_to_item (Coord &, Coord &) const;
|
||||
void item_to_canvas (Coord &, Coord &) const;
|
||||
|
||||
Duple canvas_to_item (Duple const&) const;
|
||||
Rect item_to_canvas (Rect const&) const;
|
||||
Duple item_to_canvas (Duple const&) const;
|
||||
Rect canvas_to_item (Rect const&) const;
|
||||
|
||||
Duple item_to_window (Duple const&, bool rounded = true) const;
|
||||
Duple window_to_item (Duple const&) const;
|
||||
Rect item_to_window (Rect const&) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue