diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-23 01:23:23 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-23 01:23:23 +0100 |
commit | e6c241add375353c1c80b0e3915a6505dbd5db9a (patch) | |
tree | d4d840b0aadc075c007fbbeefcb5b18edb52541d /src/mandelbrot-zoom.h | |
parent | f88292eafad9c6443f970ae0b28fa9cd2ae8fb7d (diff) |
Added zoom speed option
Diffstat (limited to 'src/mandelbrot-zoom.h')
-rw-r--r-- | src/mandelbrot-zoom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mandelbrot-zoom.h b/src/mandelbrot-zoom.h index 3953b2d..a57deba 100644 --- a/src/mandelbrot-zoom.h +++ b/src/mandelbrot-zoom.h @@ -22,6 +22,7 @@ typedef struct Ui_settings { GtkButton *colorToBtn; GtkEntry *zoomToXEntry; GtkEntry *zoomToYEntry; + GtkEntry *speedEntry; GtkCheckButton *exportCb; GtkRadioButton *gifRd; GtkSpinButton *widthSp; |