svga.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_SVGALib)
00017 
00018 typedef struct s_video_svga_data_s {
00019         int console_fd;
00020 } s_video_svga_data_t;
00021 
00022 int s_video_svga_kbd_init (s_server_conf_t *cfg);
00023 
00024 void s_video_svga_server_goto_back (void);
00025 void s_video_svga_server_comefrom_back (void);
00026 void s_video_svga_server_uninit (void);
00027 void s_video_svga_server_mtrr_init (void);
00028 int s_video_svga_server_init (s_server_conf_t *cfg);
00029 void s_video_svga_surface_uninit (void);
00030 void s_video_svga_server_surface_setrgbpalette (void);
00031 void s_video_svga_server_surface_init (int mode);
00032 
00033 #endif /* VIDEO_SVGALib */

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