Explorar el Código

display: Add missing host property to GraphicsOutput

rdb hace 4 años
padre
commit
5eb0f04e87
Se han modificado 1 ficheros con 2 adiciones y 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;