summaryrefslogtreecommitdiffstats
path: root/MeterMode.h
blob: fc5b7785a3b03b8aa8200d97e97bc3de59eff477 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef HEADER_MeterMode
#define HEADER_MeterMode
/*
htop - MeterMode.h
(C) 2024 htop dev team
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/


enum MeterModeId_ {
   /* Meter mode 0 is reserved */
   BAR_METERMODE = 1,
   TEXT_METERMODE,
   GRAPH_METERMODE,
   LED_METERMODE,
   LAST_METERMODE
};

typedef unsigned int MeterModeId;

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy