summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/image.h b/image.h
index c3f9767..450a739 100644
--- a/image.h
+++ b/image.h
@@ -58,6 +58,7 @@ void img_center(img_t*, win_t*);
int img_zoom_in(img_t*);
int img_zoom_out(img_t*);
+int img_move(img_t*, win_t*, int, int);
int img_pan(img_t*, win_t*, pandir_t);
int img_rotate_left(img_t*, win_t*);