Fixing issue that prevented linking against the spinbox widget functions

spinbox_widget
Joel Bodenmann 2016-11-13 23:46:06 +01:00
parent e611e25a0d
commit ae1c3ef59f
1 changed files with 3 additions and 4 deletions

View File

@ -13,14 +13,13 @@
// This widget uses partial redraw by using the widget flags to indicate which
// portions of the widget needs to be redrawn.
#include "../../gfx.h"
#if GFX_USE_GWIN && GWIN_NEED_SPINBOX
#include "gwin_class.h"
#include "stdlib.h"
#include "string.h"
#if GFX_USE_GWIN && GWIN_NEED_SPINBOX
#include "src/gwin/gwin_class.h"
// Configuration options
#define TEXTPADDING 2
#define BOXPADDING 8