mirror of
https://github.com/labwc/labwc.git
synced 2026-02-11 04:27:51 -05:00
foreign-toplevel: create generic abstraction
This commit is contained in:
parent
5e1f91c9d1
commit
2a825008c6
15 changed files with 463 additions and 196 deletions
|
|
@ -1001,7 +1001,7 @@ update_client_list_combined_menu(struct server *server)
|
|||
wl_list_for_each(view, &server->views, link) {
|
||||
if (view->workspace == workspace) {
|
||||
const char *title = view_get_string_prop(view, "title");
|
||||
if (!view->toplevel.handle || string_null_or_empty(title)) {
|
||||
if (!view->foreign_toplevel || string_null_or_empty(title)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue