From c7810a3c382c8ace0bed29eedfb04eb9f2052d9d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 May 2002 18:33:29 +0000 Subject: make image dithering value load correctly --- src/Screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Screen.h') diff --git a/src/Screen.h b/src/Screen.h index 124d4f98..8d5b09b8 100644 --- a/src/Screen.h +++ b/src/Screen.h @@ -132,7 +132,7 @@ private: ToolbarStyle tstyle; MenuStyle mstyle; - bool sloppy_focus, auto_raise, auto_edge_balance, image_dither, focus_last, + bool sloppy_focus, auto_raise, auto_edge_balance, focus_last, ordered_dither, opaque_move, hide_toolbar, full_max, focus_new; BColor border_color; Resource styleconfig; @@ -220,7 +220,7 @@ public: inline bool autoRaise() const { return resource.auto_raise; } void setAutoRaise(bool a); - inline bool imageDither() const { return resource.image_dither; } + inline bool imageDither() const { return image_control->doDither(); } void setImageDither(bool d, bool reconfig = true); inline bool orderedDither() const { return resource.ordered_dither; } -- cgit v1.2.3