aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2012-06-30 04:07:57 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2012-07-01 22:15:08 +0300
commitf827509744c1d43637fa8167c15a2c1cb034e3a0 (patch)
treec4db3734c94883f47e6fdf3a5ec9d2ad364d85e1
parent4c2e1fe2b8eb4cedd5cf70e60111dbc52832a70b (diff)
document v member of Arg type union
-rw-r--r--monsterwm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/monsterwm.c b/monsterwm.c
index 6561391..88488a8 100644
--- a/monsterwm.c
+++ b/monsterwm.c
@@ -24,8 +24,9 @@ enum { WM_PROTOCOLS, WM_DELETE_WINDOW, WM_COUNT };
enum { NET_SUPPORTED, NET_FULLSCREEN, NET_WM_STATE, NET_ACTIVE, NET_COUNT };
/* argument structure to be passed to function by config.h
- * com - a command to run
- * i - an integer to indicate different states
+ * com - function pointer ~ the command to run
+ * i - an integer to indicate different states
+ * v - any type argument
*/
typedef union {
const char** com;