aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wld/wayland.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wld/wayland.c b/src/wld/wayland.c
index b6a0d3c..8e27fe3 100644
--- a/src/wld/wayland.c
+++ b/src/wld/wayland.c
@@ -68,10 +68,11 @@ static const struct wl_callback_listener sync_listener = {
static void buffer_release(void * data, struct wl_buffer * buffer);
const static struct wayland_impl * impls[] = {
+/*
#if WITH_WAYLAND_DRM
[WLD_DRM] = &drm_wayland_impl,
#endif
-
+*/
#if WITH_WAYLAND_SHM
[WLD_SHM] = &shm_wayland_impl,
#endif