]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Add displaymode 2 back in 158/head
authorNarthorn <narthorn@gmail.com>
Sat, 8 Oct 2016 08:15:44 +0000 (10:15 +0200)
committerNarthorn <narthorn@gmail.com>
Sat, 8 Oct 2016 08:22:57 +0000 (10:22 +0200)
Enums are good, but don't forget to add them all

display.h

index f26e1e13c66ece66a03f8e18cc16d198b4dfe3e1..15355f533216af3b29147878cfc5cbbcd74409b6 100644 (file)
--- a/display.h
+++ b/display.h
@@ -46,6 +46,7 @@ enum {
 enum {
   DisplayModeDefault,
   DisplayModeBlockmap,
+  DisplayModeBlockmapScale,
   DisplayModeMAX       /* this must be the last DisplayMode entry */
 };