mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 15:21:46 +00:00
* xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
of drag and drop Atoms.
This commit is contained in:
parent
9fc68699c6
commit
9f562c51d6
@ -389,6 +389,12 @@ struct x_display_info
|
||||
X_WMTYPE_A,
|
||||
X_WMTYPE_B
|
||||
} wm_type;
|
||||
|
||||
|
||||
/* Atoms that are drag and drop atoms */
|
||||
Atom *x_dnd_atoms;
|
||||
size_t x_dnd_atoms_size;
|
||||
size_t x_dnd_atoms_length;
|
||||
};
|
||||
|
||||
#ifdef HAVE_X_I18N
|
||||
|
Loading…
Reference in New Issue
Block a user