diff options
| author | Bert <ber.t@gmx.com> | 2011-01-29 22:37:40 +0100 |
|---|---|---|
| committer | Bert <ber.t@gmx.com> | 2011-01-29 22:37:40 +0100 |
| commit | c52c4fa69e2a6a58813fe35a5c4a1fe23661db03 (patch) | |
| tree | 6ddefe9122c481495caceec023a79786e5412b84 /image.h | |
| parent | 4ab4be31a7fed20c2d1bde4b76c1d22bfd4312aa (diff) | |
Mouse-panning while pressing button2
Diffstat (limited to 'image.h')
| -rw-r--r-- | image.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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*); |
