freebsd-ports/vietnamese/vnterm/files/vnvars.h
David E. O'Brien 1d149b2708 Update vnterm so it is based on the X11R6.5.1 Xterm rather than the X11R5 one.
This also removes libviqr and the Xfonts from this package as they are now
seperate ports.
2001-02-10 23:56:40 +00:00

19 lines
429 B
C

/*
* @(#)vnvars.h 2.1 TriChlor: 92/03/17 06:36:41
*/
#ifndef _VNVARS_H_
#define _VNVARS_H_
#include <sys/types.h>
#include <X11/Intrinsic.h>
#include <vnkeys.h>
extern Boolean vn_filter_keyboard;
extern Boolean vn_filter_screen;
extern Vk_Fsm vn_keyboard_id;
extern Vk_Fsm vn_screen_id;
extern u_char vn_erase_char; /* see vnvars.c */
extern unsigned int vn_erase_character; /* see vnvars.c */
#endif /* _VNVARS_H_ */