mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-06 13:29:53 -05:00
opt: change diaptch file name
This commit is contained in:
parent
23f0702d1f
commit
b9d7168a72
3 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
bool switch_scratchpad_client_state(Client *c);
|
||||||
|
|
||||||
#include "data/static_keymap.h"
|
#include "data/static_keymap.h"
|
||||||
#include "dispatch/dispatch.h"
|
#include "dispatch/bind_declare.h"
|
||||||
#include "layout/layout.h"
|
#include "layout/layout.h"
|
||||||
|
|
||||||
/* variables */
|
/* variables */
|
||||||
|
|
@ -811,7 +811,7 @@ static struct wlr_xwayland *xwayland;
|
||||||
#include "animation/common.h"
|
#include "animation/common.h"
|
||||||
#include "animation/layer.h"
|
#include "animation/layer.h"
|
||||||
#include "config/parse_config.h"
|
#include "config/parse_config.h"
|
||||||
#include "dispatch/action.h"
|
#include "dispatch/bind_define.h"
|
||||||
#include "ext-protocol/all.h"
|
#include "ext-protocol/all.h"
|
||||||
#include "fetch/fetch.h"
|
#include "fetch/fetch.h"
|
||||||
#include "layout/horizontal.h"
|
#include "layout/horizontal.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue