summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/benoit/d/alpha.hh6
-rw-r--r--include/benoit/d/ver.hh2
-rw-r--r--include/benoit/t/pos.hh6
-rw-r--r--include/benoit/t/thrddat.hh1
4 files changed, 10 insertions, 5 deletions
diff --git a/include/benoit/d/alpha.hh b/include/benoit/d/alpha.hh
new file mode 100644
index 0000000..49f176b
--- /dev/null
+++ b/include/benoit/d/alpha.hh
@@ -0,0 +1,6 @@
+# pragma once
+namespace benoit {
+ namespace d {
+ bool extern alpha;
+ }
+}
diff --git a/include/benoit/d/ver.hh b/include/benoit/d/ver.hh
index ae4b026..95e28b9 100644
--- a/include/benoit/d/ver.hh
+++ b/include/benoit/d/ver.hh
@@ -1,6 +1,6 @@
# pragma once
namespace benoit {
namespace d {
- unsigned long long constexpr ver = 0x9;
+ unsigned long long constexpr ver = 0xA;
}
}
diff --git a/include/benoit/t/pos.hh b/include/benoit/t/pos.hh
index 4725bb6..aa43522 100644
--- a/include/benoit/t/pos.hh
+++ b/include/benoit/t/pos.hh
@@ -5,9 +5,9 @@ namespace benoit {
class pos {
public:
pos(boost::multiprecision::mpfr_float x = 0x0,boost::multiprecision::mpfr_float y = 0x0);
- boost::multiprecision::mpfr_float x = 0x0;
- boost::multiprecision::mpfr_float y = 0x0;
- boost::multiprecision::mpfr_float zoom = 0x0;
+ long double x = 0x0;
+ long double y = 0x0;
+ long double zoom = 0x1;
};
}
}
diff --git a/include/benoit/t/thrddat.hh b/include/benoit/t/thrddat.hh
index 1b691dc..1318c00 100644
--- a/include/benoit/t/thrddat.hh
+++ b/include/benoit/t/thrddat.hh
@@ -7,7 +7,6 @@ namespace benoit {
class thrddat {
public:
pthread_t * thrd = nullptr;
- std::uint8_t * thrdcol = nullptr;
benoit::t::rgba * img = nullptr;
unsigned * id = nullptr;
unsigned long long * imgbegin = nullptr;