mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
Use #if instead of #ifdef
This commit is contained in:
parent
eda3bfeed5
commit
cad851805b
23 changed files with 85 additions and 85 deletions
|
|
@ -25,7 +25,7 @@ struct criteria {
|
|||
pcre *app_id;
|
||||
pcre *con_mark;
|
||||
uint32_t con_id; // internal ID
|
||||
#ifdef HAVE_XWAYLAND
|
||||
#if HAVE_XWAYLAND
|
||||
pcre *class;
|
||||
uint32_t id; // X11 window ID
|
||||
pcre *instance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue