mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
display: Add missing host property to GraphicsOutput
This commit is contained in:
parent
2e0614138f
commit
5eb0f04e87
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user