Sfoglia il codice sorgente

Mention min/max zoom level in config.def.h

master
Bert Münnich 13 anni fa
parent
commit
960026d600
2 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. +1
    -1
      Makefile
  2. +3
    -1
      config.def.h

+ 1
- 1
Makefile Vedi File

@@ -1,4 +1,4 @@
VERSION = git-20111013
VERSION = git-20111016

CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2


+ 3
- 1
config.def.h Vedi File

@@ -35,7 +35,9 @@ static const char * const SEL_COLOR = "#DDDDDD";
*/
static const scalemode_t SCALE_MODE = SCALE_DOWN;

/* levels (percent) to use when zooming via '-' and '+': */
/* levels (in percent) to use when zooming via '-' and '+':
* (first/last value is used as min/max zoom level)
*/
static const float zoom_levels[] = {
12.5, 25.0, 50.0, 75.0,
100.0, 150.0, 200.0, 400.0, 800.0


Loading…
Annulla
Salva