diff options
author | Bert <ber.t@gmx.com> | 2011-04-19 13:27:20 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-04-19 13:27:20 +0200 |
commit | ba293b09dfd6bea651bc40e711813302b87e6437 (patch) | |
tree | c93beec8f526addeb74f9ba2e22387ea5fd50421 /image.h | |
parent | 548b383f0be8a8a4248fd0858cd0922c47ef4275 (diff) |
Center zoomed area
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -63,9 +63,9 @@ void img_render(img_t*, win_t*); int img_fit_win(img_t*, win_t*); int img_center(img_t*, win_t*); -int img_zoom(img_t*, float); -int img_zoom_in(img_t*); -int img_zoom_out(img_t*); +int img_zoom(img_t*, win_t*, float); +int img_zoom_in(img_t*, win_t*); +int img_zoom_out(img_t*, win_t*); int img_move(img_t*, win_t*, int, int); int img_pan(img_t*, win_t*, pandir_t); |