clip only sublevel widget
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
65f907a65f
commit
42d6ca171e
2 changed files with 49 additions and 47 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue