diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-01 23:07:16 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-01 23:07:16 +0200 |
commit | 8f3a51dfac258ddf732be68b5e0024bc4b8dbe86 (patch) | |
tree | b6d576e1b33d798b5e6cd0c9a368330ab7f7bd45 /dw/fltkimgbuf.cc | |
parent | 202681130e5ccbbdc7bb495c13d8c2da9548cba1 (diff) |
Some reorganisation (and reverted change in fltkimgbuf.cc).
Diffstat (limited to 'dw/fltkimgbuf.cc')
-rw-r--r-- | dw/fltkimgbuf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkimgbuf.cc b/dw/fltkimgbuf.cc index 9037c19c..01bce455 100644 --- a/dw/fltkimgbuf.cc +++ b/dw/fltkimgbuf.cc @@ -35,7 +35,7 @@ namespace fltk { using namespace lout::container::typed; const enum ScaleMode { SIMPLE, BEAUTIFUL, BEAUTIFUL_GAMMA } - scaleMode = SIMPLE; + scaleMode = BEAUTIFUL_GAMMA; Vector <FltkImgbuf::GammaCorrectionTable> *FltkImgbuf::gammaCorrectionTables = new Vector <FltkImgbuf::GammaCorrectionTable> (true, 2); |