diff --git a/src/dispatch/dispatch.h b/src/dispatch/bind_declare.h similarity index 100% rename from src/dispatch/dispatch.h rename to src/dispatch/bind_declare.h diff --git a/src/dispatch/action.h b/src/dispatch/bind_define.h similarity index 100% rename from src/dispatch/action.h rename to src/dispatch/bind_define.h diff --git a/src/maomao.c b/src/maomao.c index d66d637..8b95933 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -662,7 +662,7 @@ Client *get_client_by_id_or_title(const char *arg_id, const char *arg_title); bool switch_scratchpad_client_state(Client *c); #include "data/static_keymap.h" -#include "dispatch/dispatch.h" +#include "dispatch/bind_declare.h" #include "layout/layout.h" /* variables */ @@ -811,7 +811,7 @@ static struct wlr_xwayland *xwayland; #include "animation/common.h" #include "animation/layer.h" #include "config/parse_config.h" -#include "dispatch/action.h" +#include "dispatch/bind_define.h" #include "ext-protocol/all.h" #include "fetch/fetch.h" #include "layout/horizontal.h"