mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-26 23:13:31 +01:00
- put back wmksize(), wmkrange() and wmkpoint() as functions instead of macros
- fixed some compilation warnings with -Wall - some code cleanup
This commit is contained in:
@@ -284,6 +284,12 @@ enum {
|
||||
|
||||
#define MAX_LENGTH 1024
|
||||
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
|
||||
static int fetchFile(char* toPath, char *imageSrcFile,
|
||||
char *imageDestFileName);
|
||||
char *generateNewFilename(char *curName);
|
||||
|
||||
Reference in New Issue
Block a user