Is it possible for a compositor to have more than one surface with the same id?

0

I made several apps using wayland.
Each app created a wayland surface.
And I got different wayland surfaces with same id.

-> wl_keyboard@3.leave(76, wl_surface@23)
-> wl_keyboard@3.modifiers(77, 0, 0, 0, 0)
-> wl_keyboard@3.enter(77, wl_surface@23, array)

I'm confused about which surface has the focus.
Is it possible for a compositor to have more than one surface with the same id?

user3583547

Posted 2019-08-16T09:50:36.643

Reputation: 1

No answers