Moved configfile.c and .h to shared/
Made reporting more general by making syslog appname settable.
This commit is contained in:
+3
-2
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user