diff options
| author | Paul Eggert | 2011-12-10 16:56:50 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-10 16:56:50 -0800 |
| commit | 8f50130c565eaf0ad7c49e4ad044c3291ecdfa71 (patch) | |
| tree | c8129448cbbf387fe82667ccac02983592c688f1 /src/xterm.h | |
| parent | 85a83e2e2585a1906dec5168ed96ad521b5849ed (diff) | |
| parent | 7b9d523a07395ecea505be88f45c33d73aea7038 (diff) | |
| download | emacs-8f50130c565eaf0ad7c49e4ad044c3291ecdfa71.tar.gz emacs-8f50130c565eaf0ad7c49e4ad044c3291ecdfa71.zip | |
Merge from trunk.
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 92761ccee87..1242bf64d77 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -632,6 +632,9 @@ struct x_output | |||
| 632 | x_check_expected_move. */ | 632 | x_check_expected_move. */ |
| 633 | int left_before_move; | 633 | int left_before_move; |
| 634 | int top_before_move; | 634 | int top_before_move; |
| 635 | |||
| 636 | /* Non-zero if _NET_WM_STATE_HIDDEN is set for this frame. */ | ||
| 637 | int net_wm_state_hidden_seen; | ||
| 635 | }; | 638 | }; |
| 636 | 639 | ||
| 637 | #define No_Cursor (None) | 640 | #define No_Cursor (None) |
| @@ -640,7 +643,7 @@ enum | |||
| 640 | { | 643 | { |
| 641 | /* Values for focus_state, used as bit mask. | 644 | /* Values for focus_state, used as bit mask. |
| 642 | EXPLICIT means we received a FocusIn for the frame and know it has | 645 | EXPLICIT means we received a FocusIn for the frame and know it has |
| 643 | the focus. IMPLICIT means we recevied an EnterNotify and the frame | 646 | the focus. IMPLICIT means we received an EnterNotify and the frame |
| 644 | may have the focus if no window manager is running. | 647 | may have the focus if no window manager is running. |
| 645 | FocusOut and LeaveNotify clears EXPLICIT/IMPLICIT. */ | 648 | FocusOut and LeaveNotify clears EXPLICIT/IMPLICIT. */ |
| 646 | FOCUS_NONE = 0, | 649 | FOCUS_NONE = 0, |