layershell: fix protocol error on popup attachment

This commit is contained in:
outfoxxed 2024-03-10 03:02:40 -07:00
parent 5f9bb9b46c
commit 7a15495e3f
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 16 additions and 2 deletions

View file

@ -27,6 +27,8 @@ public:
void applyConfigure() override;
void setWindowGeometry(const QRect& geometry) override;
void attachPopup(QtWaylandClient::QWaylandShellSurface* popup) override;
private:
void zwlr_layer_surface_v1_configure(quint32 serial, quint32 width, quint32 height) override;
void zwlr_layer_surface_v1_closed() override;