mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
move criteria "instance", "class" and "window_role" inside HAVE_XWAYLAND ifdefs"
This commit is contained in:
parent
f998601821
commit
93673095f0
2 changed files with 53 additions and 53 deletions
|
|
@ -23,15 +23,15 @@ struct criteria {
|
|||
pcre *title;
|
||||
pcre *shell;
|
||||
pcre *app_id;
|
||||
pcre *class;
|
||||
pcre *instance;
|
||||
pcre *con_mark;
|
||||
uint32_t con_id; // internal ID
|
||||
#ifdef HAVE_XWAYLAND
|
||||
pcre *class;
|
||||
uint32_t id; // X11 window ID
|
||||
pcre *instance;
|
||||
pcre *window_role;
|
||||
enum atom_name window_type;
|
||||
#endif
|
||||
pcre *window_role;
|
||||
bool floating;
|
||||
bool tiling;
|
||||
char urgent; // 'l' for latest or 'o' for oldest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue