aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2016-05-21 21:19:30 +0100
committerFreeArtMan <dos21h@gmail.com>2016-05-21 21:19:30 +0100
commited6fc657544dbdbc3108cf7959b2940a74b71caf (patch)
treeb0c4dda2e819f153cc16ec68f04ddc912d4f660e /dwm.c
parentad0d8b487000112bfc0b02eac5b27328266d6ef5 (diff)
downloaddwm-fancy-ed6fc657544dbdbc3108cf7959b2940a74b71caf.tar.gz
dwm-fancy-ed6fc657544dbdbc3108cf7959b2940a74b71caf.zip
Small style fixes. Changed default terminal to xtermHEADmaster
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 */