You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PDCursesMod/x11new/pdcx11.h

17 lines
408 B
C

#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xos.h>
#include <X11/Xatom.h>
#include <X11/keysym.h>
extern Display *dis;
extern Window win;
extern GC curr_gc;
extern Atom wmDeleteMessage;
extern int PDC_font_width, PDC_font_height, PDC_font_descent;
extern int PDC_cols, PDC_rows;
extern XTextProperty xtpWinName, xtpIconName;
void PDC_free_xim_xic( void);
void PDC_check_for_blinking( void);