mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Fix build on macOS.
This commit is contained in:
parent
71ddfacfaa
commit
1886a5c4ed
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ public:
|
||||||
not_null<QOpenGLWidget*> widget,
|
not_null<QOpenGLWidget*> widget,
|
||||||
QOpenGLFunctions &f,
|
QOpenGLFunctions &f,
|
||||||
int w,
|
int w,
|
||||||
int h);
|
int h) override;
|
||||||
|
|
||||||
void paint(
|
void paint(
|
||||||
not_null<QOpenGLWidget*> widget,
|
not_null<QOpenGLWidget*> widget,
|
||||||
|
@ -46,7 +46,7 @@ private:
|
||||||
bool handleHideWorkaround(QOpenGLFunctions &f);
|
bool handleHideWorkaround(QOpenGLFunctions &f);
|
||||||
void setDefaultViewport(QOpenGLFunctions &f);
|
void setDefaultViewport(QOpenGLFunctions &f);
|
||||||
|
|
||||||
void paintBackground();
|
void paintBackground() override;
|
||||||
void paintTransformedVideoFrame(ContentGeometry geometry) override;
|
void paintTransformedVideoFrame(ContentGeometry geometry) override;
|
||||||
void paintTransformedStaticContent(
|
void paintTransformedStaticContent(
|
||||||
const QImage &image,
|
const QImage &image,
|
||||||
|
|
Loading…
Add table
Reference in a new issue