diff options
| author | the lemons <citrons@mondecitronne.com> | 2023-02-07 18:07:48 -0600 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2023-02-07 18:07:48 -0600 |
| commit | c651762762dd9463aacecd703b31d81042a42473 (patch) | |
| tree | 0418a376172a0d5c3688ec2b1f6308e1d5b9c3b8 /memview.h | |
| parent | 4300520103c7196764561cdf7d34734495d708c0 (diff) | |
add drawing
Diffstat (limited to 'memview.h')
| -rw-r--r-- | memview.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,6 +23,7 @@ void destroy_viewer(struct viewer *v); bool render_pages(struct viewer *v, int x, int y, int width, int height, double scale, bool refresh); -void pencil(struct viewer *v, int x1, int y1, int x2, int y2, bool bit); +void pencil(struct viewer *v, + double x1, double y1, double x2, double y2, bool bit); #endif |
