diff options
author | Marek Olšák <[email protected]> | 2017-06-21 21:10:27 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-06-26 02:17:03 +0200 |
commit | 11cf079b678aed0c5d4d0df9fa59949ec1d07794 (patch) | |
tree | 6324e909b9d217bb035540fd30c2633b78add6ca /src/gallium/auxiliary/hud/hud_private.h | |
parent | 5fa69be3c8894a6f313080c3afec7063d5356395 (diff) |
gallium/hud: add hud_pane::hud pointer
for later use
Reviewed-by: Timothy Arceri <[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 fba919e5410..580ceb3af8c 100644 --- a/src/gallium/auxiliary/hud/hud_private.h +++ b/src/gallium/auxiliary/hud/hud_private.h @@ -104,6 +104,7 @@ struct hud_graph { struct hud_pane { struct list_head head; + struct hud_context *hud; unsigned x1, y1, x2, y2; unsigned inner_x1; unsigned inner_y1; |