wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 21482503cf8aa0ed95217358147632ebe256c0b4
parent 124f39472d1f4f44d424d120758eee54e297c2ef
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Thu,  2 Feb 2006 15:51:54 +0200

made root_qid not static to prevent gcc braindamaged warnings


Diffstat:
cmd/wm/wm.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/wm/wm.h b/cmd/wm/wm.h @@ -118,7 +118,7 @@ GC gc_xor; GC gc_transient; IXPServer srv; char *errstr; -static Qid root_qid; +Qid root_qid; /* default values */ typedef struct {