i3
Main Page
Data Structures
Files
File List
Globals
include
ewmh.h
Go to the documentation of this file.
1
/*
2
* vim:ts=4:sw=4:expandtab
3
*
4
* i3 - an improved dynamic tiling window manager
5
* © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
6
*
7
* ewmh.c: Get/set certain EWMH properties easily.
8
*
9
*/
10
#ifndef I3_EWMH_C
11
#define I3_EWMH_C
12
20
void
ewmh_update_current_desktop
(
void
);
21
29
void
ewmh_update_active_window
(xcb_window_t window);
30
41
void
ewmh_update_client_list_stacking
(xcb_window_t *
stack
,
int
num_windows);
42
47
void
ewmh_setup_hints
(
void
);
48
64
void
ewmh_update_workarea
(
void
);
65
66
#endif
Generated by
1.8.3.1