mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 21:04:18 +01:00
WINGs: Place prototype of functions in WINGsP.h instead of local definition
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
367d1f938d
commit
5c2a1ae1a1
@@ -268,6 +268,11 @@ typedef struct W_Screen {
|
||||
#define W_DRAWABLE(scr) (scr)->rcontext->drawable
|
||||
|
||||
|
||||
/* ---[ configuration.c ]------------------------------------------------- */
|
||||
|
||||
void W_ReadConfigurations(void);
|
||||
|
||||
|
||||
/* ---[ drag*.c ]--------------------------------------------------------- */
|
||||
|
||||
typedef struct W_DragOperationItem {
|
||||
|
||||
Reference in New Issue
Block a user