From 2f622b266ea2f2bb499c141b92362d7044151171 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Sun, 2 Jan 2005 17:23:58 +0000 Subject: [PATCH] Add qnd noshadow op. SVN revision: 12690 --- src/ipc.c | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/ipc.c b/src/ipc.c index 7d9dc990..5e93062d 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -944,6 +944,10 @@ IPC_WinOps(const char *params, Client * c __UNUSED__) else Zoom(ewin); } + else if (!strncmp(operation, "noshadow", 2)) + { + EoDisableShadows(ewin); + } else { IpcPrintf("Error: unknown operation"); @@ -1652,20 +1656,22 @@ IpcItem IPCArray[] = { "You can use ? after most of these commands to receive the current\n" "status of that flag\n" "available win_op commands are:\n" - " win_op \n" - " win_op \n" + " win_op \n" + " win_op \n" + " win_op \n" + " win_op \n" + " win_op \n" + " win_op skiplists\n" + " win_op noshadow\n" " win_op toggle_ \n" " (or none for absolute)\n" " win_op border \n" " win_op desk \n" " win_op area \n" - " win_op \n" " win_op \n" " (you can use ? and ?? to retreive client and frame locations)\n" - " win_op focus\n" " win_op title \n" " win_op <windowid> layer <0-100,4=normal>\n" - " win_op <windowid> <fixedpos/never_use_area/focusclick/neverfocus>\n" "<windowid> may be substituted with \"current\" to use the current window\n"}, { IPC_WinList,