diff options
Diffstat (limited to 'plugingui/nativewindow_x11.h')
-rw-r--r-- | plugingui/nativewindow_x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/nativewindow_x11.h b/plugingui/nativewindow_x11.h index 1604734..dd2010e 100644 --- a/plugingui/nativewindow_x11.h +++ b/plugingui/nativewindow_x11.h @@ -87,6 +87,7 @@ private: int depth{0}; Visual* visual{nullptr}; Atom wmDeleteMessage{0}; + ::Window parent_window; EventQueue event_queue; }; |