i3

include/ewmh.h

Go to the documentation of this file.
00001 /*
00002  * vim:ts=8:expandtab
00003  *
00004  * i3 - an improved dynamic tiling window manager
00005  *
00006  * © 2009 Michael Stapelberg and contributors
00007  *
00008  * See file LICENSE for license information.
00009  *
00010  */
00011 #ifndef _EWMH_C
00012 #define _EWMH_C
00013 
00021 void ewmh_update_current_desktop();
00022 
00030 void ewmh_update_active_window(xcb_window_t window);
00031 
00040 void ewmh_update_workarea();
00041 
00042 #endif