From fc262124cd04f4d2c6716e0071e1ed791dc1338d Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Fri, 10 May 2013 18:35:43 +0200 Subject: [PATCH] WPrefs: Added a few comments in header file Nothing really interresting, just separators to group definitions by theme, using the same syntax that can be found in other headers. --- WPrefs.app/WPrefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WPrefs.app/WPrefs.h b/WPrefs.app/WPrefs.h index 6cc02b75..6c7b90f6 100644 --- a/WPrefs.app/WPrefs.h +++ b/WPrefs.app/WPrefs.h @@ -68,6 +68,7 @@ typedef struct PanelRec { } PanelRec; +/* ---[ Wprefs.c ] ------------------------------------------------------- */ void AddSection(Panel *panel, char *iconFile); @@ -110,7 +111,7 @@ void SetBoolForKey(Bool value, const char *defaultName); void SetSpeedForKey(int speed, const char *defaultName); - +/* ---[ main.c ] --------------------------------------------------------- */ void AddDeadChildHandler(pid_t pid, void (*handler)(void*), void *data);