00001 00002 #ifndef _SIC_LAUNCH_H_ 00003 #define _SIC_LAUNCH_H_ 00004 00010 /***************************************************************************** 00011 * Dependencies * 00012 *****************************************************************************/ 00013 00014 #include "sic_comm.h" 00015 00016 /***************************************************************************** 00017 * Function prototypes * 00018 *****************************************************************************/ 00019 00020 task_t launch_gtv_xwindow( ); 00021 task_t launch_xinput( ); 00022 task_t launch_gtv_motif( 00023 unsigned long win_graph, unsigned long cmap, int *pix_colors, int ncells, 00024 int *named_colors, int *pencil_colors, int ncells_pen); 00025 task_t launch_xmenu( const char *temporary_file); 00026 task_t launch_keyboard( ); 00027 void run_xremote( ); 00028 00029 #endif /* _SIC_LAUNCH_H_ */ 00030
1.5.1