linuxbsd: move all X11 stuff in its own directory

This allows implementing `DisplayServer`s like Wayland without making a
mess in the source tree.
This commit is contained in:
Riteo 2022-11-02 20:11:55 +01:00
parent c29fe310f1
commit 593c571d6a
13 changed files with 27 additions and 14 deletions

View file

@ -40,7 +40,7 @@
#endif
#ifdef X11_ENABLED
#include "display_server_x11.h"
#include "x11/display_server_x11.h"
#endif
#ifdef HAVE_MNTENT