added mouse-based resizals
This commit is contained in:
parent
5ed16faecb
commit
b9da4b082e
7 changed files with 181 additions and 19 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
WMSRC = bar.c client.c cmd.c draw.c event.c key.c util.c wm.c
|
||||
WMSRC = bar.c client.c cmd.c draw.c event.c kb.c mouse.c util.c wm.c
|
||||
WMOBJ = ${WMSRC:.c=.o}
|
||||
MENSRC = menu.c draw.c util.c
|
||||
MENOBJ = ${MENSRC:.c=.o}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue