t* My OpenBSD ports
       
   URI git clone git://git.codevoid.de/mystuff.git
   DIR Log
   DIR Files
   DIR Refs
       ---
       tpatch-config_def_h (831B)
       ---
            1 $OpenBSD$
            2 
            3 Index: config.def.h
            4 --- config.def.h.orig
            5 +++ config.def.h
            6 @@ -18,8 +18,8 @@ enum {
            7   * (first/last value is used as min/max zoom level)
            8   */
            9  static const float zoom_levels[] = {
           10 -         12.5,  25.0,  50.0,  75.0,
           11 -        100.0, 150.0, 200.0, 400.0, 800.0
           12 +        25.0, 50.0, 100.0, 150.0, 200.0,
           13 +        400.0, 800.0, 1024.0, 1280.0
           14  };
           15  
           16  /* default slideshow delay (in sec, overwritten via -S option): */
           17 @@ -48,10 +48,10 @@ static const bool ALPHA_LAYER = false;
           18  #ifdef _THUMBS_CONFIG
           19  
           20  /* thumbnail sizes in pixels (width == height): */
           21 -static const int thumb_sizes[] = { 32, 64, 96, 128, 160 };
           22 +static const int thumb_sizes[] = { 128, 160, 240, 360, 480, 640, 800 };
           23  
           24  /* thumbnail size at startup, index into thumb_sizes[]: */
           25 -static const int THUMB_SIZE = 3;
           26 +static const int THUMB_SIZE = 4;
           27  
           28  #endif
           29  #ifdef _MAPPINGS_CONFIG