summaryrefslogtreecommitdiff
path: root/src/Screen.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-26 07:19:22 +0000
committerDana Jansens <danakj@orodu.net>2002-04-26 07:19:22 +0000
commitb2453eec0ec7cc33140041c644cfa14bac232824 (patch)
tree65f0c872fcc0aacddca9cb35cfa8e3ac8fa54f0b /src/Screen.h
parent3f6f897d88d820a7a7e8b388aff12c8d56f96fa4 (diff)
that segfaulted. oops. added a workaround so setImageDither doesnt reconfig when saving off all the rc values
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; }