mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-17 06:35:47 +01:00
WPrefs: Move declaration of function into the common header
It is a bad idea to declare the prototype of an external function in a file as it won't allow the compiler to cross-check it.
This commit is contained in:
committed by
Carlos R. Mafra
parent
90d24a1648
commit
8238e4681a
@@ -115,6 +115,10 @@ void SetSpeedForKey(int speed, const char *defaultName);
|
||||
void AddDeadChildHandler(pid_t pid, void (*handler)(void*), void *data);
|
||||
|
||||
|
||||
/* ---[ xmodifier.c ] ---------------------------------------------------- */
|
||||
int ModifierFromKey(Display * dpy, char *key);
|
||||
|
||||
|
||||
#define FRAME_TOP 105
|
||||
#define FRAME_LEFT -2
|
||||
#define FRAME_WIDTH 524
|
||||
|
||||
Reference in New Issue
Block a user