mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Window switcher, more changes
This commit is contained in:
parent
12a9aba0fd
commit
7e8c8b6a5a
4 changed files with 31 additions and 20 deletions
|
|
@ -21,7 +21,10 @@ enum window_switcher_field_content {
|
|||
LAB_FIELD_IDENTIFIER,
|
||||
LAB_FIELD_TRIMMED_IDENTIFIER,
|
||||
LAB_FIELD_TITLE,
|
||||
LAB_FIELD_WINFO,
|
||||
LAB_FIELD_WORKSPACE,
|
||||
LAB_FIELD_WIN_STATE,
|
||||
LAB_FIELD_TYPE_SHORT,
|
||||
LAB_FIELD_OUTPUT,
|
||||
};
|
||||
|
||||
enum view_placement_policy {
|
||||
|
|
@ -142,7 +145,6 @@ struct rcxml {
|
|||
bool show;
|
||||
bool preview;
|
||||
bool outlines;
|
||||
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