diff options
| author | Jan Djärv | 2009-03-27 18:37:41 +0000 |
|---|---|---|
| committer | Jan Djärv | 2009-03-27 18:37:41 +0000 |
| commit | fc82c45286df73db3e3240fd1b8c71152d531004 (patch) | |
| tree | 98389450b38dc8ca32ef086b99468b9a5d1ee38c /src | |
| parent | 0c6af6ddeb02686dfc754b404bd035414c3915fe (diff) | |
| download | emacs-fc82c45286df73db3e3240fd1b8c71152d531004.tar.gz emacs-fc82c45286df73db3e3240fd1b8c71152d531004.zip | |
(struct x_display_info): Add atoms for _NET_WM_STATE.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index b520c1dfd11..6681d4ed440 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -356,6 +356,10 @@ struct x_display_info | |||
| 356 | Atom *net_supported_atoms; | 356 | Atom *net_supported_atoms; |
| 357 | int nr_net_supported_atoms; | 357 | int nr_net_supported_atoms; |
| 358 | Window net_supported_window; | 358 | Window net_supported_window; |
| 359 | |||
| 360 | /* Atoms dealing with maximization and fullscreen */ | ||
| 361 | Atom Xatom_net_wm_state, Xatom_net_wm_state_fullscreen_atom, | ||
| 362 | Xatom_net_wm_state_maximized_horz, Xatom_net_wm_state_maximized_vert; | ||
| 359 | }; | 363 | }; |
| 360 | 364 | ||
| 361 | #ifdef HAVE_X_I18N | 365 | #ifdef HAVE_X_I18N |