Remove DSCROLL_MODE and DGLOBALGAMMA (#5754)

This commit is contained in:
Robert
2020-01-07 20:16:59 +01:00
committed by poire-z
parent d9b37a1794
commit 73a0f2f9d1
5 changed files with 35 additions and 20 deletions

View File

@@ -15,10 +15,12 @@ DHINTCOUNT = 1
--DFULL_SCREEN = 1
-- scroll mode, 1 for true, 0 for false
DSCROLL_MODE = 1
-- no longer needed
--DSCROLL_MODE = 1
-- default gamma setting:
DGLOBALGAMMA = 1.0
-- no longer needed
--DGLOBALGAMMA = 1.0
-- DjVu page rendering mode (used in djvu.c:drawPage())
-- See comments in djvureader.lua:DJVUReader:select_render_mode()