00001 /* $Id: ev.h 28841 2007-06-06 08:08:17Z adam $ */ 00002 /** 00003 * \file l4con/server/src/ev.h 00004 * \brief internals of `con' submodule, event stuff 00005 * 00006 * \date 2001 00007 * \author Christian Helmuth <ch12@os.inf.tu-dresden.de> 00008 * Frank Mehnert <fm3@os.inf.tu-dresden.de> */ 00009 00010 /* (c) 2003 'Technische Universitaet Dresden' 00011 * This file is part of the con package, which is distributed under 00012 * the terms of the GNU General Public License 2. Please see the 00013 * COPYING file for details. */ 00014 00015 #ifndef _EV_H 00016 #define _EV_H 00017 00018 extern int use_omega0; 00019 extern int nomouse; 00020 extern int noshift; 00021 00022 void ev_init(void); 00023 00024 #endif /* !_EV_H */