diff options
Diffstat (limited to 'src/Screen.h')
| -rw-r--r-- | src/Screen.h | 2 |
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; } |
