comparison src/xterm.h @ 103676:fbdd52a2e830

* xterm.h (struct x_display_info): Add Xatom_net_wm_state_sticky * xterm.c (x_handle_net_wm_state): Also look for sticky. (x_term_init): Initialize Xatom_net_wm_state_sticky. * frame.h: Declare Qsticky.
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 01 Jul 2009 16:58:05 +0000
parents 1867be80e595
children 6a4e411bd83b
comparison
equal deleted inserted replaced
103675:f1e5b911b357 103676:fbdd52a2e830
357 int nr_net_supported_atoms; 357 int nr_net_supported_atoms;
358 Window net_supported_window; 358 Window net_supported_window;
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
366 /* Whether or not to use XIM if we have it. */ 367 /* Whether or not to use XIM if we have it. */
367 extern int use_xim; 368 extern int use_xim;