mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2026-02-26 15:33:06 -05:00
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:
@ -50,6 +50,7 @@ public:
|
||||
#endif
|
||||
|
||||
bool requestActivate() override;
|
||||
bool requestActivateOnShow() override;
|
||||
void setXdgActivationToken(const QString &token) override;
|
||||
void requestXdgActivationToken(quint32 serial) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user