diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-26 07:19:22 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-26 07:19:22 +0000 |
| commit | b2453eec0ec7cc33140041c644cfa14bac232824 (patch) | |
| tree | 65f0c872fcc0aacddca9cb35cfa8e3ac8fa54f0b /src/Screen.h | |
| parent | 3f6f897d88d820a7a7e8b388aff12c8d56f96fa4 (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.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; } |
