null.h

00001 /***************************************************************************
00002     begin                : Thu Feb 17 2005
00003     copyright            : (C) 2005 - 2006 by Alper Akcan
00004     email                : distchx@yahoo.com
00005  ***************************************************************************/
00006 
00007 /***************************************************************************
00008  *                                                                         *
00009  *   This program is free software; you can redistribute it and/or modify  *
00010  *   it under the terms of the GNU Lesser General Public License as        *
00011  *   published by the Free Software Foundation; either version 2.1 of the  *
00012  *   License, or (at your option) any later version.                       *
00013  *                                                                         *
00014  ***************************************************************************/
00015 
00016 #if defined(VIDEO_NULL)
00017 
00018 int s_video_null_kbd_init (s_server_conf_t *cfg);
00019 int s_video_null_kbd_update (s_video_input_data_t *keybd);
00020 void s_video_null_kbd_uninit (void);
00021 
00022 int s_video_null_mouse_init (s_server_conf_t *cfg);
00023 int s_video_null_mouse_update (s_video_input_data_t *mouse);
00024 void s_video_null_mouse_uninit (void);
00025 
00026 void s_video_null_server_goto_back (void);
00027 void s_video_null_server_comefrom_back (void);
00028 void s_video_null_server_restore (void);
00029 void s_video_null_server_uninit (void);
00030 int s_video_null_server_init (s_server_conf_t *cfg);
00031 void s_video_null_server_surface_update (s_rect_t *coor);
00032 void s_video_null_server_fullscreen (void);
00033 
00034 #endif /* VIDEO_NULL */

Generated on Wed Dec 27 17:53:06 2006 for xynth-0.8.40 by  doxygen 1.4.7