bump xdg_wm_base in wlcs supported extensions

This commit is contained in:
Christian Meissl 2021-08-04 23:28:48 +02:00
parent 0aad6db558
commit eedca681fe
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ static SUPPORTED_EXTENSIONS: &[WlcsExtensionDescriptor] = extension_list!(
("wl_shell", 1),
("wl_seat", 5),
("wl_output", 3),
("xdg_wm_base", 1),
("xdg_wm_base", 3),
);
static DESCRIPTOR: WlcsIntegrationDescriptor = WlcsIntegrationDescriptor {