diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2014-10-19 19:07:54 +0200 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2014-10-19 19:07:54 +0200 |
commit | 5e3344686af38ea1c4f0556c73f5e0f0279f2ae3 (patch) | |
tree | 708f8c0968bea726754e6d0d9ebc62ac375177a9 /src/xterm.h | |
parent | 99329665e557c60306f889c49a98b613cb36a254 (diff) | |
download | emacs-5e3344686af38ea1c4f0556c73f5e0f0279f2ae3.tar.gz |
* src/xterm.c (handle_one_xevent): Check return value from
x_handle_net_wm_state, remove net_wm_state_hidden_seen.
(get_current_wm_state): Remove net_wm_state_hidden_seen setting.
* src/xterm.h (x_output): Remove net_wm_state_hidden_seen.
Fixes: debbugs:18722
Diffstat (limited to 'src/xterm.h')
-rw-r--r-- | src/xterm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xterm.h b/src/xterm.h index 0842195f330..23dd43678d6 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -609,9 +609,6 @@ struct x_output false, tell Xt not to wait. */ bool_bf wait_for_wm : 1; - /* True if _NET_WM_STATE_HIDDEN is set for this frame. */ - bool_bf net_wm_state_hidden_seen : 1; - #ifdef HAVE_X_I18N /* Input context (currently, this means Compose key handler setup). */ XIC xic; |