Request activate on show

Unless the window doesn't have keyboard interactivity or the caller
wants it not to.

To match XDG Shell behavior and general Qt window behavior.
This commit is contained in:
Kai Uwe Broulik
2025-07-23 17:00:24 +02:00
parent f599e829ad
commit d436a779d7
4 changed files with 42 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public:
#endif
bool requestActivate() override;
bool requestActivateOnShow() override;
void setXdgActivationToken(const QString &token) override;
void requestXdgActivationToken(quint32 serial) override;