Status: Multi (;;) dynamic mouse section possible

This commit is contained in:
Martin Duquesnoy 2011-07-31 16:06:39 +02:00
parent 8344b1cc82
commit c1fcd0dac7

View File

@ -36,7 +36,7 @@
static int sw = 0;
/** Parse dynamic mouse binds in str and insert it in linked list
* --> (button;func;cmd)\<block>[;;;;]\ add a mouse bind on the block object
* --> \<block>[;;;;(button;func;cmd)]\ add a mouse bind on the block object
*\param str String
*\param area Area of clicking
*\param win Win to click
@ -60,8 +60,6 @@ statustext_mouse(char *str, Geo area, Window win)
sm->win = win;
SLIST_INSERT_HEAD(&smhead, sm, next);
break;
}
return;