diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-11-05 14:23:47 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2017-11-06 18:15:45 -0500 |
| commit | 4b0479d7ba5ea50e4694e7a295484cc519a05308 (patch) | |
| tree | 8edb376f057336c18bcaafb4f4d5af5b53c0f4fb /include | |
| parent | 59222bc3a71acf5de331a59f2c2f0e21bff1a9c7 (diff) | |
Merge pull request #1454 from etam/fix_init_tray
Fix init_tray function declaration
Diffstat (limited to 'include')
| -rw-r--r-- | include/swaybar/tray/tray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/swaybar/tray/tray.h b/include/swaybar/tray/tray.h index b718e555..2d0662be 100644 --- a/include/swaybar/tray/tray.h +++ b/include/swaybar/tray/tray.h @@ -27,6 +27,6 @@ void tray_upkeep(struct bar *bar); /** * Initializes the tray with D-Bus */ -void init_tray(); +void init_tray(struct bar *bar); #endif /* _SWAYBAR_TRAY_H */ |
