1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-03 12:24:17 +01:00

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.
This commit is contained in:
Christophe CURIS
2013-05-10 18:35:43 +02:00
committed by Carlos R. Mafra
parent 664ab79add
commit fc262124cd

View File

@@ -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);