summaryrefslogtreecommitdiff
path: root/data.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2000-08-31 02:38:10 +0000
committersabetts <sabetts>2000-08-31 02:38:10 +0000
commitb86e0c298d6881fe1a79ab4bb592aefb47147817 (patch)
tree82154a33d2be3b801c7ae9d4443fc5480ef9a6f0 /data.h
parent51b0db69e403175301fc381dbad55357c1ca4622 (diff)
downloadratpoison-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.h b/data.h
index 98da37d..36c9883 100644
--- a/data.h
+++ b/data.h
@@ -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;