From 0687370b2e0d8caab3cc4f6ad18fda068bed5518 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sat, 13 Jul 2019 11:38:26 +0100 Subject: Create stub X11 window implementation --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index c5fe837..7b3e554 100644 --- a/config.mk +++ b/config.mk @@ -3,7 +3,7 @@ #Choices: # wayland - Use wayland backend # x11 - Use X11 backend -WINDOWS=wayland +WINDOWS=x11 # Configure available backends: -- cgit v1.2.3