diff options
author | sabetts <sabetts> | 2000-08-31 02:38:10 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-08-31 02:38:10 +0000 |
commit | b86e0c298d6881fe1a79ab4bb592aefb47147817 (patch) | |
tree | 82154a33d2be3b801c7ae9d4443fc5480ef9a6f0 /Makefile | |
parent | 51b0db69e403175301fc381dbad55357c1ca4622 (diff) | |
download | ratpoison-b86e0c298d6881fe1a79ab4bb592aefb47147817.zip |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |