Browse Source

display: Add missing host property to GraphicsOutput

rdb 4 years ago
parent
commit
5eb0f04e87
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/display/graphicsOutput.h

+ 2 - 0
panda/src/display/graphicsOutput.h

@@ -255,6 +255,8 @@ PUBLISHED:
   virtual bool flip_ready() const;
   virtual bool flip_ready() const;
   virtual GraphicsOutput *get_host();
   virtual GraphicsOutput *get_host();
 
 
+  MAKE_PROPERTY(host, get_host);
+
 public:
 public:
   INLINE bool operator < (const GraphicsOutput &other) const;
   INLINE bool operator < (const GraphicsOutput &other) const;