X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fwindow.h;h=60198b878f3517e04addc9c33744d4e06ef16d49;hb=da1e2327577ac41e222953428e9a739173e24c86;hp=cb9fbbc50c9072b359a3d5f2121dc565a88e6834;hpb=46409ad656da15cb26cec7a2baf322f25fe7a65a;p=i3%2Fi3 diff --git a/include/window.h b/include/window.h index cb9fbbc5..60198b87 100644 --- a/include/window.h +++ b/include/window.h @@ -1,3 +1,12 @@ +/* + * vim:ts=4:sw=4:expandtab + * + * i3 - an improved dynamic tiling window manager + * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) + * + * window.c: Updates window attributes (X11 hints/properties). + * + */ #ifndef _WINDOW_H #define _WINDOW_H @@ -48,4 +57,10 @@ void window_update_strut_partial(i3Window *win, xcb_get_property_reply_t *prop); */ void window_update_role(i3Window *win, xcb_get_property_reply_t *prop, bool before_mgmt); +/** + * Updates the WM_HINTS (we only care about the input focus handling part). + * + */ +void window_update_hints(i3Window *win, xcb_get_property_reply_t *prop); + #endif