Moved configfile.c and .h to shared/

Made reporting more general by making syslog appname settable.
This commit is contained in:
robijn
2002-06-29 16:37:18 +00:00
parent 8ff8857eda
commit 91ffd9d109
13 changed files with 23 additions and 14 deletions
+3 -2
View File
@@ -9,6 +9,9 @@
*
*/
#include "screen.h"
/* These headers are placed here on purpose ! (circular references) */
#ifndef WIDGET_H
#define WIDGET_H
@@ -41,8 +44,6 @@ typedef struct Widget {
//LinkedList *kids; /* Frames can contain more widgets...*/
} Widget;
#include "screen.h"
#define WID_MAX_DIR 4
/* Create new widget */