Explorar o código

display: Add missing host property to GraphicsOutput

rdb %!s(int64=4) %!d(string=hai) anos
pai
achega
5eb0f04e87
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 GraphicsOutput *get_host();
 
+  MAKE_PROPERTY(host, get_host);
+
 public:
   INLINE bool operator < (const GraphicsOutput &other) const;