commit | 1a7a57f0d959192b14237cd5051f8cdde2a2d39f | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Sat Aug 31 00:12:25 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Sep 03 20:57:11 2013 -0700 |
tree | 6104898fd5fe4ed88a41417ad1a3e8aa6a7d9e14 | |
parent | 59f44c184d56faf1fe98089414f72e5d979c5f52 [diff] [blame] |
xwm: Detect WM_NORMAL_HINTS fullscreen attempts
diff --git a/src/xwayland/xwayland.h b/src/xwayland/xwayland.h index 21b499e..1262afb 100644 --- a/src/xwayland/xwayland.h +++ b/src/xwayland/xwayland.h
@@ -80,6 +80,7 @@ struct { xcb_atom_t wm_protocols; + xcb_atom_t wm_normal_hints; xcb_atom_t wm_take_focus; xcb_atom_t wm_delete_window; xcb_atom_t wm_state;