aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index fc87797..0975683 100644
--- a/dwm.c
+++ b/dwm.c
@@ -190,11 +190,13 @@ typedef struct {
} Rule;
/******************************************************************************/
+#ifdef CONFIG_DWM_SYSTEMTRAY
typedef struct Systray Systray;
struct Systray {
Window win;
Client *icons;
};
+#endif
/******************************************************************************/
/* function declarations */