Fixing issue that prevented linking against the spinbox widget functions
This commit is contained in:
parent
e611e25a0d
commit
ae1c3ef59f
1 changed files with 3 additions and 4 deletions
|
@ -13,14 +13,13 @@
|
||||||
// This widget uses partial redraw by using the widget flags to indicate which
|
// This widget uses partial redraw by using the widget flags to indicate which
|
||||||
// portions of the widget needs to be redrawn.
|
// portions of the widget needs to be redrawn.
|
||||||
|
|
||||||
|
#include "../../gfx.h"
|
||||||
|
#if GFX_USE_GWIN && GWIN_NEED_SPINBOX
|
||||||
|
|
||||||
#include "gwin_class.h"
|
#include "gwin_class.h"
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
||||||
#if GFX_USE_GWIN && GWIN_NEED_SPINBOX
|
|
||||||
|
|
||||||
#include "src/gwin/gwin_class.h"
|
|
||||||
|
|
||||||
// Configuration options
|
// Configuration options
|
||||||
#define TEXTPADDING 2
|
#define TEXTPADDING 2
|
||||||
#define BOXPADDING 8
|
#define BOXPADDING 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue