diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-02-04 21:02:02 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-02-04 21:02:02 +0100 |
commit | eb82519a80ab3d09fb3294d64a3526c678433d22 (patch) | |
tree | 347b672a4e7b46a0747d22ecaa207d594e71faf3 /image.h | |
parent | 2e758f78c151b35b316c3286c83e14a435242486 (diff) |
Preserve panning when switching images; fixes issue #131
Diffstat (limited to 'image.h')
-rw-r--r-- | image.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -76,7 +76,6 @@ void img_close(img_t*, bool); void img_render(img_t*); bool img_fit_win(img_t*, scalemode_t); -bool img_center(img_t*); bool img_zoom(img_t*, float); bool img_zoom_in(img_t*); |