mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
WPrefs: Moved content of 'double.h' into 'WPrefs.h'
It is not a good idea to multiply the number of header files, specially in this case where 'double.h' defined so few things (and lacked the usual copyright notice / include guards).
This commit is contained in:
committed by
Carlos R. Mafra
parent
5d03c455fc
commit
eb14bca73b
@@ -111,6 +111,12 @@ void SetBoolForKey(Bool value, const char *defaultName);
|
||||
void SetSpeedForKey(int speed, const char *defaultName);
|
||||
|
||||
|
||||
/* ---[ double.c ] ------------------------------------------------------- */
|
||||
typedef struct W_DoubleTest DoubleTest;
|
||||
|
||||
DoubleTest *CreateDoubleTest(WMWidget *parent, char *text);
|
||||
|
||||
|
||||
/* ---[ main.c ] --------------------------------------------------------- */
|
||||
void AddDeadChildHandler(pid_t pid, void (*handler)(void*), void *data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user