comparison src/lisp.h @ 263:727739f917cb r20-5b30

Import from CVS: tag r20-5b30
author cvs
date Mon, 13 Aug 2007 10:24:41 +0200
parents 677f6a0ee643
children 8efd647ea9ca
comparison
equal deleted inserted replaced
262:9d8607af9e13 263:727739f917cb
447 Dynarr_declare (struct face_cachel); 447 Dynarr_declare (struct face_cachel);
448 } face_cachel_dynarr; 448 } face_cachel_dynarr;
449 449
450 typedef unsigned int glyph_index; 450 typedef unsigned int glyph_index;
451 451
452 /* This is shared by process.h, events.h and others in future.
453 See events.h for description */
454 typedef unsigned int USID;
455
452 typedef struct 456 typedef struct
453 { 457 {
454 Dynarr_declare (struct glyph_cachel); 458 Dynarr_declare (struct glyph_cachel);
455 } glyph_cachel_dynarr; 459 } glyph_cachel_dynarr;
456 460