1
0
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:
Jan Djärv 2006-08-11 07:30:36 +00:00
parent 9fc68699c6
commit 9f562c51d6

View File

@ -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