diff 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
line wrap: on
line diff
--- a/src/lisp.h	Mon Aug 13 10:23:52 2007 +0200
+++ b/src/lisp.h	Mon Aug 13 10:24:41 2007 +0200
@@ -449,6 +449,10 @@
 
 typedef unsigned int glyph_index;
 
+/* This is shared by process.h, events.h and others in future. 
+   See events.h for description */
+typedef unsigned int USID;
+
 typedef struct
 {
   Dynarr_declare (struct glyph_cachel);