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 /data.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 'data.h')
-rw-r--r-- | data.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ struct screen_info GC bold_gc; XFontStruct *font; /* The font we want to use. */ XWindowAttributes root_attr; - Window root, bar_window, key_window; + Window root, bar_window, key_window, input_window; int bar_is_raised; int screen_num; /* Our screen number as dictated my X */ Colormap def_cmap; |