Include config.h to make debug() work correctly.
This commit is contained in:
+5
-2
@@ -29,6 +29,10 @@
|
|||||||
* 2007, Peter Marschall
|
* 2007, Peter Marschall
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
# include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@@ -38,7 +42,6 @@
|
|||||||
#include "shared/defines.h"
|
#include "shared/defines.h"
|
||||||
|
|
||||||
#include "drivers.h"
|
#include "drivers.h"
|
||||||
|
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
#include "screenlist.h"
|
#include "screenlist.h"
|
||||||
#include "widget.h"
|
#include "widget.h"
|
||||||
@@ -257,7 +260,7 @@ render_frame(LinkedList *list,
|
|||||||
case WID_VBAR: /* FIXME: Vbars don't work in frames! */
|
case WID_VBAR: /* FIXME: Vbars don't work in frames! */
|
||||||
render_vbar(w, left, top, right, bottom);
|
render_vbar(w, left, top, right, bottom);
|
||||||
break;
|
break;
|
||||||
case WID_ICON: /* FIXME: Vbars don't work in frames! */
|
case WID_ICON: /* FIXME: Icons don't work in frames! */
|
||||||
drivers_icon(w->x, w->y, w->length);
|
drivers_icon(w->x, w->y, w->length);
|
||||||
break;
|
break;
|
||||||
case WID_TITLE: /* FIXME: Doesn't work quite right in frames... */
|
case WID_TITLE: /* FIXME: Doesn't work quite right in frames... */
|
||||||
|
|||||||
Reference in New Issue
Block a user