From 48aac8801df86e743f5890a3cdc4882d0af89a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 25 Jul 2021 15:16:22 +0200 Subject: Convert remaining function definitions --- src/tray.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/tray.c') diff --git a/src/tray.c b/src/tray.c index a710941..c6c8862 100644 --- a/src/tray.c +++ b/src/tray.c @@ -200,7 +200,9 @@ DestroyTray() /*************************************************************************** ***************************************************************************/ -TrayType *CreateTray() { +TrayType * +CreateTray() +{ TrayType *tp; @@ -235,7 +237,9 @@ TrayType *CreateTray() { /*************************************************************************** ***************************************************************************/ -TrayComponentType *CreateTrayComponent() { +TrayComponentType * +CreateTrayComponent() +{ TrayComponentType *cp; @@ -952,7 +956,9 @@ ResizeTray(TrayType *tp) /*************************************************************************** ***************************************************************************/ -TrayType *GetTrays() { +TrayType * +GetTrays() +{ return trays; } -- cgit v1.2.3