mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
view: add view_get_string_prop()
This commit is contained in:
parent
40bd8f56d4
commit
806fdb08bd
5 changed files with 26 additions and 15 deletions
|
|
@ -35,14 +35,14 @@ foreign_toplevel_handle_create(struct view *view)
|
|||
view->server->foreign_toplevel_manager);
|
||||
if (!view->toplevel_handle) {
|
||||
wlr_log(WLR_ERROR, "cannot create foreign toplevel handle for (%s)",
|
||||
view->impl->get_string_prop(view, "title"));
|
||||
view_get_string_prop(view, "title"));
|
||||
return;
|
||||
}
|
||||
|
||||
struct wlr_output *wlr_output = view_wlr_output(view);
|
||||
if (!wlr_output) {
|
||||
wlr_log(WLR_ERROR, "no wlr_output for (%s)",
|
||||
view->impl->get_string_prop(view, "title"));
|
||||
view_get_string_prop(view, "title"));
|
||||
return;
|
||||
}
|
||||
wlr_foreign_toplevel_handle_v1_output_enter(view->toplevel_handle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue