mirror of
https://github.com/0intro/wmii
synced 2025-01-24 02:52:06 +03:00
forward-port of Tobias Ulmers patch
This commit is contained in:
parent
a8ad9ba1cd
commit
009bb66702
@ -93,7 +93,7 @@ xdraw_border(Display * dpy, Draw * d)
|
||||
static void
|
||||
draw_text(Display * dpy, Draw * d)
|
||||
{
|
||||
unsigned int x, y, w, h, shortened = 0;
|
||||
unsigned int x = 0, y = 0, w = 1, h = 1, shortened = 0;
|
||||
size_t len = 0;
|
||||
static char text[2048];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user