mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Window switcher, all workspace re-engineer code
This commit is contained in:
parent
9b9855cb53
commit
cf7a4b0602
3 changed files with 14 additions and 8 deletions
|
|
@ -21,6 +21,7 @@ enum window_switcher_field_content {
|
|||
LAB_FIELD_IDENTIFIER,
|
||||
LAB_FIELD_TRIMMED_IDENTIFIER,
|
||||
LAB_FIELD_TITLE,
|
||||
LAB_FIELD_WINFO,
|
||||
};
|
||||
|
||||
enum view_placement_policy {
|
||||
|
|
@ -141,7 +142,7 @@ struct rcxml {
|
|||
bool show;
|
||||
bool preview;
|
||||
bool outlines;
|
||||
bool allworkspaces;
|
||||
bool all_workspaces;
|
||||
uint32_t criteria;
|
||||
struct wl_list fields; /* struct window_switcher_field.link */
|
||||
} window_switcher;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue