mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-27 13:14:03 -04:00
fix: avoid use null mon when in mmsg
This commit is contained in:
parent
d20d708a95
commit
887a50a54e
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue