From b2453eec0ec7cc33140041c644cfa14bac232824 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Apr 2002 07:19:22 +0000 Subject: that segfaulted. oops. added a workaround so setImageDither doesnt reconfig when saving off all the rc values --- src/Screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Screen.h') 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; } -- cgit v1.2.3