From b86e0c298d6881fe1a79ab4bb592aefb47147817 Mon Sep 17 00:00:00 2001 From: sabetts Date: Thu, 31 Aug 2000 02:38:10 +0000 Subject: Added an input_window to allow the user to type data. This is used to jump to a window by name. Added functionality to jump to a window by name. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f68a2cc..0ff3854 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ LIBS = -lX11 LDFLAGS = -L/usr/X11R6/lib CFLAGS = -g -Wall -I/usr/X11R6/include -SRC = main.o events.o manage.o list.o bar.o number.o -HEADERS = bar.h conf.h data.h events.h list.h manage.h ratpoison.h number.h +SRC = main.o events.o manage.o list.o bar.o number.o input.o +HEADERS = bar.h conf.h data.h events.h list.h manage.h ratpoison.h number.h input.h all: ratpoison ratpoison.info -- cgit v1.2.3