mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Fix build for macOS.
This commit is contained in:
parent
b5b520ab66
commit
63090fb75f
1 changed files with 5 additions and 1 deletions
|
@ -104,10 +104,14 @@ private:
|
||||||
Streaming::Instance _instance;
|
Streaming::Instance _instance;
|
||||||
PipPanel _panel;
|
PipPanel _panel;
|
||||||
QSize _size;
|
QSize _size;
|
||||||
|
|
||||||
FnMut<void()> _closeAndContinue;
|
FnMut<void()> _closeAndContinue;
|
||||||
FnMut<void()> _destroy;
|
FnMut<void()> _destroy;
|
||||||
|
|
||||||
QImage _frameForDirectPaint;
|
#ifdef USE_OPENGL_OVERLAY_WIDGET
|
||||||
|
mutable QImage _frameForDirectPaint;
|
||||||
|
#endif // USE_OPENGL_OVERLAY_WIDGET
|
||||||
|
|
||||||
mutable QImage _preparedCoverStorage;
|
mutable QImage _preparedCoverStorage;
|
||||||
mutable FrameRequest _preparedCoverRequest;
|
mutable FrameRequest _preparedCoverRequest;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue