# Include file for X-window interface

	common/Xf/Xfwin,Xfx,Xfy

# this determines which window output goes to.
# 0 = text, 1 = graphics (custom)

	integer*4 Xfwin

# These hold the place of the current x and y for writes to the 
# graphics screen.  They will be incremented by font_width for 
# each character, and font_height for each line.  (in the C)

	integer*4 Xfx,Xfy
