Introduction
Introduction Statistics Contact Development Disclaimer Help
trenamed gridmenu.c into menu.c - dwm - [fork] customized build of dwm, the dyn…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 2de59d0f0927cec656fc4b9f6fc9ea178fb01c1e
parent 39677ec76616fe4165ef92afb14db2bef2488e30
Author: Anselm R. Garbe <[email protected]>
Date: Mon, 10 Jul 2006 19:47:35 +0200
renamed gridmenu.c into menu.c
Diffstat:
M Makefile | 2 +-
R gridmenu.c -> menu.c | 0
2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
t@@ -5,7 +5,7 @@ include config.mk
WMSRC = wm.c draw.c util.c
WMOBJ = ${WMSRC:.c=.o}
-MENSRC = gridmenu.c draw.c util.c
+MENSRC = menu.c draw.c util.c
MENOBJ = ${MENSRC:.c=.o}
MAN = gridwm.1
BIN = gridwm gridmenu
diff --git a/gridmenu.c b/menu.c
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.