summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 4f914eb..155c342 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1464,7 +1464,7 @@ static IPCCommand ipccommands[] = {
IPCCOMMAND( moveresize, 1, {ARG_TYPE_STR} ),
#endif // MOVERESIZE_PATCH
#if RIODRAW_PATCH
- IPCCOMMAND( riodraw, 1, {ARG_TYPE_NONE} ),
+ IPCCOMMAND( rioresize, 1, {ARG_TYPE_NONE} ),
#endif // RIODRAW_PATCH
#if PUSH_PATCH || PUSH_NO_MASTER_PATCH
IPCCOMMAND( pushdown, 1, {ARG_TYPE_NONE} ),