diff --git a/plugins/platforms/x11/standalone/x11_output.h b/plugins/platforms/x11/standalone/x11_output.h --- a/plugins/platforms/x11/standalone/x11_output.h +++ b/plugins/platforms/x11/standalone/x11_output.h @@ -44,21 +44,13 @@ QString name() const override; void setName(QString set); - /** - * The geometry of this output in global compositor co-ordinates (i.e scaled) - */ + QRect geometry() const override; void setGeometry(QRect set); - /** - * Current refresh rate in 1/μs = 1000/ms. - */ int refreshRate() const override; void setRefreshRate(int set); - /** - * The size of gamma lookup table. - */ int gammaRampSize() const override; bool setGammaRamp(const GammaRamp &gamma) override;