/* * (C) Copyright 1992, ..., 2005 the "DOSEMU-Development-Team". * * for details see file COPYING in the DOSEMU distribution */ #include #include extern Display *display; extern struct keyboard_client Keyboard_X; void get_vga_colors (void); void X_handler (void); void X_draw_cursor(int x,int y); void X_restore_cell(int x,int y); void X_init_videomode(void); void X_process_key(XKeyEvent *); void X_process_keys(XKeymapEvent *);