1 /** \file win.h 2 * \brief Header: X terminal management: xterm and rxvt 3 */ 4 5 #ifndef MC__WIN_H 6 #define MC__WIN_H 7 8 #include "lib/global.h" /* <glib.h> */ 9 10 /*** typedefs(not structures) and defined constants **********************************************/ 11 12 /*** enums ***************************************************************************************/ 13 14 /*** structures declarations (and typedefs of structures)*****************************************/ 15 16 /*** global variables defined in .c file *********************************************************/ 17 18 /*** declarations of public functions ************************************************************/ 19 20 void show_rxvt_contents (int starty, unsigned char y1, unsigned char y2); 21 gboolean look_for_rxvt_extensions (void); 22 23 /*** inline functions ****************************************************************************/ 24 #endif /* MC_WIN_H */