From: Narthorn Date: Sat, 8 Oct 2016 08:15:44 +0000 (+0200) Subject: Add displaymode 2 back in X-Git-Tag: v0.88~21^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F158%2Fhead;p=thirdparty%2Fmtr.git Add displaymode 2 back in Enums are good, but don't forget to add them all --- diff --git a/display.h b/display.h index f26e1e1..15355f5 100644 --- a/display.h +++ b/display.h @@ -46,6 +46,7 @@ enum { enum { DisplayModeDefault, DisplayModeBlockmap, + DisplayModeBlockmapScale, DisplayModeMAX /* this must be the last DisplayMode entry */ };