diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-02-12 14:02:36 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-02-12 14:02:36 +0100 |
commit | b6a1cff6db874f4708d5ff5ea6a17248610b7d90 (patch) | |
tree | dfb7c6b426e026970da9c04321e8e630b1bc5b6f /src/winwidget.h | |
parent | b1e497e7555d2c72fb8b64a00c3e6804f36bd62f (diff) |
Merge --scale-down / window dimension change patch
Diffstat (limited to 'src/winwidget.h')
-rw-r--r-- | src/winwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/winwidget.h b/src/winwidget.h index 33ad945..3a99868 100644 --- a/src/winwidget.h +++ b/src/winwidget.h @@ -108,6 +108,7 @@ struct __winwidget { */ double zoom; double old_zoom; + unsigned char has_manual_zoom; int click_offset_x; int click_offset_y; |