diff options
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -190,11 +190,13 @@ typedef struct { } Rule; /******************************************************************************/ +#ifdef CONFIG_DWM_SYSTEMTRAY typedef struct Systray Systray; struct Systray { Window win; Client *icons; }; +#endif /******************************************************************************/ /* function declarations */ |