summaryrefslogtreecommitdiff
path: root/xwayland/xwayland.h
diff options
context:
space:
mode:
authorBenoit Gschwind <gschwind@gnu-log.net>2015-09-25 21:26:04 +0200
committerBryce Harrington <bryce@osg.samsung.com>2015-09-25 15:37:25 -0700
commit1a42ca1596e1ef6789c32638fac67baeb8834743 (patch)
tree447467c4c76431dfca2647084538ed91ca052468 /xwayland/xwayland.h
parentc59f18ed19ce622bed804013d7fdf34ad58682fa (diff)
downloadweston-1a42ca1596e1ef6789c32638fac67baeb8834743.tar.gz
weston_wm: Implement _NET_ACTIVE_WINDOW
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'xwayland/xwayland.h')
-rw-r--r--xwayland/xwayland.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xwayland/xwayland.h b/xwayland/xwayland.h
index 7f4c5b19..bace0794 100644
--- a/xwayland/xwayland.h
+++ b/xwayland/xwayland.h
@@ -129,6 +129,7 @@ struct weston_wm {
xcb_atom_t net_wm_moveresize;
xcb_atom_t net_supporting_wm_check;
xcb_atom_t net_supported;
+ xcb_atom_t net_active_window;
xcb_atom_t motif_wm_hints;
xcb_atom_t clipboard;
xcb_atom_t clipboard_manager;
@@ -141,6 +142,7 @@ struct weston_wm {
xcb_atom_t compound_text;
xcb_atom_t text;
xcb_atom_t string;
+ xcb_atom_t window;
xcb_atom_t text_plain_utf8;
xcb_atom_t text_plain;
xcb_atom_t xdnd_selection;