Show
Ignore:
Timestamp:
08/18/06 08:35:31 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/xterm.h

    r4098 r4148  
    390390      X_WMTYPE_B 
    391391    } 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; 
    392398}; 
    393399