Fixing issue that prevented linking against the spinbox widget functions
This commit is contained in:
parent
e611e25a0d
commit
ae1c3ef59f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user