/*     
 * $RCSfile: event_i.h,v $
 *
 * x-kernel v3.3
 *
 * Copyright (c) 1993,1991,1990,1996  Arizona Board of Regents
 *
 * $Log: event_i.h,v $
 * Revision 1.1  1997/03/11 20:47:08  dorgival
 * Initial revision
 *
 *
 */

/* 
 * Event definitions for modules which work very closely with the
 * event subsystem.  
 */

#ifndef event_i
#define event_i

#define E_DETACHED_F	(1 << 0)
#define E_CANCELLED_F 	(1 << 1)

#ifdef __STDC__

void	evInit(unsigned);

#endif

#endif
