Main Page   File List  

l4con_ev.h

Go to the documentation of this file.
00001 /* $Id: l4con_ev.h 31603 2008-05-12 06:54:17Z adam $ */
00002 
00012 /* (c) 2003 'Technische Universitaet Dresden'
00013  * This file is part of the con package, which is distributed under
00014  * the terms of the GNU General Public License 2. Please see the
00015  * COPYING file for details. */
00016 
00017 #ifndef _L4CON_L4CON_EV_H
00018 #define _L4CON_L4CON_EV_H
00019 
00020 #include <l4/sys/linkage.h>
00021 
00022 /* we use the original 'libinput' event definitions */
00023 /* except: */
00024 
00026 #define EV_CON          0x10
00027 
00029 #define EV_CON_RESERVED    0            
00030 #define EV_CON_REDRAW      1            
00031 #define EV_CON_BACKGROUND  2            
00034 L4_CV int l4con_map_keyinput_to_ascii(unsigned value, unsigned shift);
00035 
00036 #endif
00037 

DROPS Console User Manual, part of DROPS  © 2000-2003