mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Roll back const change for IPCCommands
This commit is contained in:
parent
0f36ba5408
commit
88eb89ab0d
@ -1572,7 +1572,7 @@ static Signal signals[] = {
|
||||
|
||||
#if IPC_PATCH
|
||||
static const char *ipcsockpath = "/tmp/dwm.sock";
|
||||
static const IPCCommand ipccommands[] = {
|
||||
static IPCCommand ipccommands[] = {
|
||||
IPCCOMMAND( focusmon, 1, {ARG_TYPE_SINT} ),
|
||||
IPCCOMMAND( focusstack, 1, {ARG_TYPE_SINT} ),
|
||||
IPCCOMMAND( incnmaster, 1, {ARG_TYPE_SINT} ),
|
||||
|
Loading…
Reference in New Issue
Block a user