From 5eb0f04e872bf2f651c30bc0799a383ab85a069b Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 14 Dec 2021 11:43:03 +0100 Subject: [PATCH] display: Add missing host property to GraphicsOutput --- panda/src/display/graphicsOutput.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/display/graphicsOutput.h b/panda/src/display/graphicsOutput.h index 49c257e17e..7a210cb188 100644 --- a/panda/src/display/graphicsOutput.h +++ b/panda/src/display/graphicsOutput.h @@ -255,6 +255,8 @@ PUBLISHED: virtual bool flip_ready() const; virtual GraphicsOutput *get_host(); + MAKE_PROPERTY(host, get_host); + public: INLINE bool operator < (const GraphicsOutput &other) const;