summaryrefslogtreecommitdiff
path: root/src/Screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.h')
-rw-r--r--src/Screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.h b/src/Screen.h
index 8acae7ee..99fbf402 100644
--- a/src/Screen.h
+++ b/src/Screen.h
@@ -219,7 +219,7 @@ public:
void setAutoRaise(bool a);
inline bool imageDither() const { return resource.image_dither; }
- void setImageDither(bool d);
+ void setImageDither(bool d, bool reconfig = true);
inline bool orderedDither() const { return resource.ordered_dither; }