Elinor B.
Elinor B.
An other example that triggers this: This original (generated) code: ```rust pub mod zwp_fullscreen_shell_v1 { impl ZwpFullscreenShellV1 { # [ doc = "present surface for display at a particular mode\n\nIf...
> More or less the same reasoning. I'd like to get rid of most of the dependencies of `smithay_clipboard`. FYI, `smithay-clipboard` needs an update/refactor (to wayland-rs 0.25 mainly), and doing...
> Wayland, @vberger ? Well, Wayland clipboard is tied to keyboard focus though. So a Wayland clipboard lib **must** use the same Wayland connection as the main app. Otherwise the...
Wayland provides a special kind of surfaces that are made exactly for this use-case (popup tooltips and menus, that are positioned relative to a parent window), so we can absolutely...
> Can't I just directly get a reference to the underlying object self.socket_source.get_ref and process it directly without calling process_events on it? You can yes, the main reason of this...
> users often do not immediately see how this can be done I wonder if this may be solved through documentation instead? There is imo a strong appeal in having...
I can't speak for other platforms, but on wayland it is not possible for a window to know whether is it currently displayed or not. Depending on the compositor it...