diff options
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; |