mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xwayland: use internal_config
Avoids the need to have a separate config.h, and removes C compiler arguments.
This commit is contained in:
parent
6c897756b6
commit
4da9b32a15
4 changed files with 28 additions and 37 deletions
|
|
@ -15,8 +15,8 @@
|
|||
#include <wayland-server-core.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include <wlr/xwayland.h>
|
||||
#include "config.h"
|
||||
#include "sockets.h"
|
||||
#include "xwayland/config.h"
|
||||
|
||||
static void safe_close(int fd) {
|
||||
if (fd >= 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue