thingmenu

A simple graphical menu launcher for X11.
git clone git://r-36.net/thingmenu
Log | Files | Refs | LICENSE

commit 3330b885356850d35bf0594ba3e42aba078d5a10
parent cf551b7ab2083bfbdc4882949531bdcb07b48005
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon, 12 Sep 2011 15:34:24 +0200

Minor typo in the comments.

Diffstat:
thingmenu.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thingmenu.c b/thingmenu.c @@ -93,7 +93,7 @@ static DC dc; static Window root, win; static Bool running = True, horizontal = False; /* - * ww = window width; www = wanted width window; wh = window height; + * ww = window width; www = wanted window width; wh = window height; * wx = window x position; wy = window y position; */ static int ww = 0, www = 0, wh = 0, wx = 0, wy = 0;