aboutsummaryrefslogtreecommitdiff
path: root/src/mandelbrot-zoom.h
diff options
context:
space:
mode:
authorLeonard Kugis <leonardkugis@gmail.com>2018-01-27 02:03:31 +0100
committerLeonard Kugis <leonardkugis@gmail.com>2018-01-27 02:03:31 +0100
commitc8a38bd8ad66eb0b35f08a4733fdee37a888b83c (patch)
tree63f730553e879f5e14f0dc5e3cbb92ce771ae43f /src/mandelbrot-zoom.h
parent3d162bbcc92b22e6b00ee80194214c393770adb7 (diff)
OpenCL rendering added, not working properly
Diffstat (limited to 'src/mandelbrot-zoom.h')
-rw-r--r--src/mandelbrot-zoom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mandelbrot-zoom.h b/src/mandelbrot-zoom.h
index d30adcf..8309885 100644
--- a/src/mandelbrot-zoom.h
+++ b/src/mandelbrot-zoom.h
@@ -16,6 +16,7 @@
typedef struct Ui_settings {
GtkWindow *settings;
+ GtkComboBoxText *setCombo;
GtkSpinButton *iterationsSp;
GtkSpinButton *threadsSp;
GtkButton *colorFromBtn;
@@ -25,6 +26,8 @@ typedef struct Ui_settings {
GtkEntry *speedEntry;
GtkRadioButton *modeCPURd;
GtkRadioButton *modeGPURd;
+ GtkComboBoxText *fpuCombo;
+ GtkCheckButton *fmaCb;
GtkCheckButton *exportCb;
GtkRadioButton *gifRd;
GtkSpinButton *widthSp;