x11 implementation

This commit is contained in:
Thomas Bernard
2018-06-26 17:30:16 +02:00
parent a514f7e9a2
commit 77f36a1f8e
6 changed files with 559 additions and 0 deletions

View File

@@ -586,6 +586,11 @@ endif
ifeq ($(API),win32)
APIOBJ = win32screen.o
endif
ifeq ($(API),x11)
APIOBJ = x11screen.o
COPT += -DUSE_X11
LOPT += -lX11
endif
#To enable Joystick emulation of cursor, make USE_JOYSTICK=1 (for input.o)
#This can be necessary to test cursor code on a PC, but by default for all