From 44ef698d6ef48a41b0df7c4c47d8b880efdbdf33 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sun, 23 Aug 2020 10:01:39 -0500 Subject: [PATCH] set up interfaces in same order as sway This makes it easier to compare WAYLAND_DEBUG logs when troubleshooting. --- dwl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwl.c b/dwl.c index 28a831c..730e46a 100644 --- a/dwl.c +++ b/dwl.c @@ -1497,8 +1497,8 @@ setup(void) wlr_export_dmabuf_manager_v1_create(dpy); wlr_screencopy_manager_v1_create(dpy); wlr_data_device_manager_create(dpy); - wlr_primary_selection_v1_device_manager_create(dpy); wlr_gamma_control_manager_v1_create(dpy); + wlr_primary_selection_v1_device_manager_create(dpy); wlr_viewporter_create(dpy); /* Creates an output layout, which a wlroots utility for working with an