diff options
author | Marek Olšák <[email protected]> | 2016-12-25 20:21:21 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-01-05 18:30:00 +0100 |
commit | 80b8b9c8a4557f178d01d98bc88c9b2f944af305 (patch) | |
tree | 1a370220a81a2f1c3410336e45fec67b661fe436 /src/gallium/auxiliary/hud/hud_private.h | |
parent | a57e071e9ec341d094df0cdc36d18326b61ffd21 (diff) |
gallium/hud: add an option to reset the color counter
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/hud/hud_private.h')
-rw-r--r-- | src/gallium/auxiliary/hud/hud_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/hud/hud_private.h b/src/gallium/auxiliary/hud/hud_private.h index 5132b3d2c4f..479ece51dbc 100644 --- a/src/gallium/auxiliary/hud/hud_private.h +++ b/src/gallium/auxiliary/hud/hud_private.h @@ -73,6 +73,7 @@ struct hud_pane { struct list_head graph_list; unsigned num_graphs; + unsigned next_color; }; |