forked from quickshell/quickshell
hyprland/ipc: ensure requests are flushed
This commit is contained in:
parent
e89035b18c
commit
ae762f5c6e
2 changed files with 12 additions and 24 deletions
|
@ -81,8 +81,8 @@ public:
|
|||
HyprlandMonitor* findMonitorByName(const QString& name, bool createIfMissing, qint32 id = -1);
|
||||
|
||||
// canCreate avoids making ghost workspaces when the connection races
|
||||
void refreshWorkspaces(bool canCreate, bool tryAgain = true);
|
||||
void refreshMonitors(bool canCreate, bool tryAgain = true);
|
||||
void refreshWorkspaces(bool canCreate);
|
||||
void refreshMonitors(bool canCreate);
|
||||
|
||||
// The last argument may contain commas, so the count is required.
|
||||
[[nodiscard]] static QVector<QByteArrayView> parseEventArgs(QByteArrayView event, quint16 count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue