i3
include/window.h
Go to the documentation of this file.
00001 #ifndef _WINDOW_H
00002 #define _WINDOW_H
00003 
00009 void window_update_class(i3Window *win, xcb_get_property_reply_t *prop, bool before_mgmt);
00010 
00016 void window_update_name(i3Window *win, xcb_get_property_reply_t *prop, bool before_mgmt);
00017 
00025 void window_update_name_legacy(i3Window *win, xcb_get_property_reply_t *prop, bool before_mgmt);
00026 
00031 void window_update_leader(i3Window *win, xcb_get_property_reply_t *prop);
00032 
00037 void window_update_transient_for(i3Window *win, xcb_get_property_reply_t *prop);
00038 
00043 void window_update_strut_partial(i3Window *win, xcb_get_property_reply_t *prop);
00044 
00045 #endif