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. --- data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data.h') 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; -- cgit v1.2.3