projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485f1e2
)
that should have 2 opts!
author
Carsten Haitzler
<raster@rasterman.com>
Mon, 26 Sep 2005 09:28:29 +0000
(09:28 +0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Mon, 26 Sep 2005 09:28:29 +0000
(09:28 +0000)
SVN revision: 16952
src/bin/e_ipc_handlers.h
patch
|
blob
|
history
diff --git
a/src/bin/e_ipc_handlers.h
b/src/bin/e_ipc_handlers.h
index be895714dd5d5145db7dbc345048436df9302c85..0d7e02c0e6e5dac8fabf20d663e93f8413b7474f 100644
(file)
--- a/
src/bin/e_ipc_handlers.h
+++ b/
src/bin/e_ipc_handlers.h
@@
-2047,7
+2047,7
@@
break;
/****************************************************************************/
#define HDL E_IPC_OP_DESKS_SET
#if (TYPE == E_REMOTE_OPTIONS)
- OP("-desks-set",
1, "Set the number of virtual desktops (X x Y.
OPT1 = X, OPT2 = Y)", 0, HDL)
+ OP("-desks-set",
2, "Set the number of virtual desktops (X x Y desks
OPT1 = X, OPT2 = Y)", 0, HDL)
#elif (TYPE == E_REMOTE_OUT)
REQ_2INT(atoi(params[0]), atoi(params[1]), HDL);
#elif (TYPE == E_WM_IN)