From 0503cc47b5470d0b0e29a328a92a6179c0430c29 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: May 01 2018 08:20:05 +0000 Subject: Update to 0.1.3-9.20180501git995b108 --- diff --git a/vdr-skinenigmang-0.1.3-min.patch b/vdr-skinenigmang-0.1.3-min.patch deleted file mode 100644 index a814d2e..0000000 --- a/vdr-skinenigmang-0.1.3-min.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/enigma.c.orig 2018-04-17 22:00:15.872261801 +0200 -+++ b/enigma.c 2018-04-17 22:02:49.715082918 +0200 -@@ -1380,7 +1380,7 @@ - } - - lineHeight = pFontList->Height(); -- nMarkerGap = min(MarkerGap, lineHeight / 2 - 1); //lineHeight - 2 * MarkerGap -+ nMarkerGap = std::min(MarkerGap, lineHeight / 2 - 1); //lineHeight - 2 * MarkerGap - xItemLeft = xBodyLeft + (EnigmaConfig.showMarker ? lineHeight : ListHBorder); - xItemRight = (fShowLogo || fShowInfo ? xBodyRight : xInfoRight) - ListHBorder - SmallGap - SmallGap - SmallGap; - int numItems = MaxItems(); -@@ -3808,7 +3808,7 @@ - } - - lineHeight = pFontListItem->Height(); -- nMarkerGap = min(MarkerGap, lineHeight / 2 - 1); //lineHeight - 2 * MarkerGap -+ nMarkerGap = std::min(MarkerGap, lineHeight / 2 - 1); //lineHeight - 2 * MarkerGap - int LogoSize = IconHeight; - LogoSize += (LogoSize % 2 ? 1 : 0); - currentIndex = -1;