mirror of
https://github.com/0intro/wmii
synced 2025-02-16 14:24:00 +03:00
Remove spurious "foo" from wmii9menu output.
This commit is contained in:
parent
ea9da60c34
commit
9b2619ae43
@ -48,7 +48,7 @@
|
|||||||
#include <util.h>
|
#include <util.h>
|
||||||
#include <x11.h>
|
#include <x11.h>
|
||||||
|
|
||||||
char version[] = "@(#) wmii9menu version 1.8";
|
char version[] = "wmii9menu-" VERSION " ©2009 Kris Maglione, ©1994 David Hogan, Arnold Robbins";
|
||||||
|
|
||||||
static Window* menuwin;
|
static Window* menuwin;
|
||||||
|
|
||||||
@ -319,7 +319,6 @@ redraw(int high, int wide)
|
|||||||
fill(menuwin, r, c->bg);
|
fill(menuwin, r, c->bg);
|
||||||
drawstring(menuwin, font, r, Center, labels[i], c->fg);
|
drawstring(menuwin, font, r, Center, labels[i], c->fg);
|
||||||
}
|
}
|
||||||
drawstring(menuwin, font, Rect(0, 0, 15, 15), West, "foo", cnorm.fg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* warpmouse --- bring the mouse to the menu */
|
/* warpmouse --- bring the mouse to the menu */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user