commit | a6d9a5e4aa9cfecbfea044bd3ee1ec219adc4879 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed May 30 12:15:44 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed May 30 12:15:44 2012 -0400 |
tree | 581006208308f1800d4b6366fdaa004d98217a4f | |
parent | f197e9f7a39bdf736cda4abf825fbbab8cbe16e0 [diff] [blame] |
xwm: Set WM_STATE window property xprop and gtk+ dnd is now working.
diff --git a/src/xwayland/xwayland.h b/src/xwayland/xwayland.h index 26be7de..1b1cdff 100644 --- a/src/xwayland/xwayland.h +++ b/src/xwayland/xwayland.h
@@ -79,6 +79,7 @@ xcb_atom_t wm_protocols; xcb_atom_t wm_take_focus; xcb_atom_t wm_delete_window; + xcb_atom_t wm_state; xcb_atom_t net_wm_name; xcb_atom_t net_wm_icon; xcb_atom_t net_wm_state;