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 /ratpoison.h | |
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 'ratpoison.h')
-rw-r--r-- | ratpoison.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ratpoison.h b/ratpoison.h index b683196..3528422 100644 --- a/ratpoison.h +++ b/ratpoison.h @@ -28,6 +28,7 @@ #include "bar.h" #include "events.h" #include "number.h" +#include "input.h" void clean_up (); screen_info *find_screen (Window w); |