wayland: working viewport, subsurface input region
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5960823801
commit
91c05b670d
4 changed files with 29 additions and 6 deletions
|
|
@ -39,6 +39,8 @@ struct _MwLLCommon {
|
|||
int type;
|
||||
int coordinate_type;
|
||||
|
||||
MwBool place_above;
|
||||
|
||||
MwLLHandler handler;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -147,6 +147,7 @@ struct _MwLLWayland {
|
|||
struct wl_registry* registry;
|
||||
struct wl_compositor* compositor;
|
||||
struct wl_registry_listener registry_listener;
|
||||
struct wl_region* o_region;
|
||||
struct wl_region* region;
|
||||
struct wl_output* output;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue