clip only sublevel widget
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-20 14:49:20 +09:00
commit 42d6ca171e
2 changed files with 49 additions and 47 deletions

View file

@ -378,10 +378,10 @@ struct _MwLLWaylandShmBuffer {
};
enum _MwLLWaylandType {
MWLL_WAYLAND_UNKNOWN = 0,
MWLL_WAYLAND_TOPLEVEL,
MWLL_WAYLAND_SUBLEVEL,
MWLL_WAYLAND_POPUP,
MwLL_WAYLAND_UNKNOWN = 0,
MwLL_WAYLAND_TOPLEVEL,
MwLL_WAYLAND_SUBLEVEL,
MwLL_WAYLAND_POPUP,
};
typedef struct wl_clipboard_device_context {