summaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-08-23 10:01:39 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-08-23 10:01:39 -0500
commit44ef698d6ef48a41b0df7c4c47d8b880efdbdf33 (patch)
treec0ff2b25a09429d92c7d10447a899e9182487f05 /dwl.c
parent1c9a0d88222e2f0b1049aec82ba7f5fab2a3dad9 (diff)
set up interfaces in same order as sway
This makes it easier to compare WAYLAND_DEBUG logs when troubleshooting.
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
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