mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-07 13:29:59 -05:00
fix: extra scene to be crate
This commit is contained in:
parent
d90f4dc4ea
commit
27b408214e
1 changed files with 1 additions and 2 deletions
|
|
@ -3208,12 +3208,11 @@ mapnotify(struct wl_listener *listener, void *data) {
|
||||||
c->geom.width += 2 * c->bw;
|
c->geom.width += 2 * c->bw;
|
||||||
c->geom.height += 2 * c->bw;
|
c->geom.height += 2 * c->bw;
|
||||||
|
|
||||||
c->image_capture_scene = wlr_scene_create();
|
|
||||||
|
|
||||||
struct wlr_ext_foreign_toplevel_handle_v1_state foreign_toplevel_state = {
|
struct wlr_ext_foreign_toplevel_handle_v1_state foreign_toplevel_state = {
|
||||||
.app_id = client_get_appid(c),
|
.app_id = client_get_appid(c),
|
||||||
.title = client_get_title(c),
|
.title = client_get_title(c),
|
||||||
};
|
};
|
||||||
|
|
||||||
c->image_capture_scene = wlr_scene_create();
|
c->image_capture_scene = wlr_scene_create();
|
||||||
c->ext_foreign_toplevel = wlr_ext_foreign_toplevel_handle_v1_create(
|
c->ext_foreign_toplevel = wlr_ext_foreign_toplevel_handle_v1_create(
|
||||||
foreign_toplevel_list, &foreign_toplevel_state);
|
foreign_toplevel_list, &foreign_toplevel_state);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue