i3
include/ewmh.h
Go to the documentation of this file.
00001 /*
00002  * vim:ts=4:sw=4:expandtab
00003  *
00004  * i3 - an improved dynamic tiling window manager
00005  * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
00006  *
00007  * ewmh.c: Get/set certain EWMH properties easily.
00008  *
00009  */
00010 #ifndef _EWMH_C
00011 #define _EWMH_C
00012 
00020 void ewmh_update_current_desktop(void);
00021 
00029 void ewmh_update_active_window(xcb_window_t window);
00030 
00041 void ewmh_update_client_list_stacking(xcb_window_t *stack, int num_windows);
00042 
00047 void ewmh_setup_hints(void);
00048 
00049 #endif