diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 6bbcdc6389d..8f7055d95d5 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -389,6 +389,12 @@ struct x_display_info | |||
| 389 | X_WMTYPE_A, | 389 | X_WMTYPE_A, |
| 390 | X_WMTYPE_B | 390 | X_WMTYPE_B |
| 391 | } wm_type; | 391 | } wm_type; |
| 392 | |||
| 393 | |||
| 394 | /* Atoms that are drag and drop atoms */ | ||
| 395 | Atom *x_dnd_atoms; | ||
| 396 | size_t x_dnd_atoms_size; | ||
| 397 | size_t x_dnd_atoms_length; | ||
| 392 | }; | 398 | }; |
| 393 | 399 | ||
| 394 | #ifdef HAVE_X_I18N | 400 | #ifdef HAVE_X_I18N |