fix: avoid use null mon when in mmsg

This commit is contained in:
DreamMaoMao 2026-05-26 20:12:55 +08:00
parent 9d96116fe5
commit 431b1c1282
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@ struct wl_list workspaces;
static void handle_ext_commit(struct wl_listener *listener, void *data);
static struct wl_listener ext_manager_commit_listener = {.notify =
handle_ext_commit};
handle_ext_commit};
void goto_workspace(struct workspace *target) {
uint32_t tag;