aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 0d9d4804e5f..3c738861af4 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -359,7 +359,8 @@ struct x_display_info
359 359
360 /* Atoms dealing with maximization and fullscreen */ 360 /* Atoms dealing with maximization and fullscreen */
361 Atom Xatom_net_wm_state, Xatom_net_wm_state_fullscreen_atom, 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; 362 Xatom_net_wm_state_maximized_horz, Xatom_net_wm_state_maximized_vert,
363 Xatom_net_wm_state_sticky;
363}; 364};
364 365
365#ifdef HAVE_X_I18N 366#ifdef HAVE_X_I18N