aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/class_gwin.h
diff options
context:
space:
mode:
authorpashamray <pashamray@gmail.com>2014-07-02 13:03:18 +0300
committerpashamray <pashamray@gmail.com>2014-07-02 13:03:18 +0300
commita3993c80e0f2cbb11813ce29613af5f3bc0070fa (patch)
tree9fabe62195ec5068f8aea3e9d4f961847ca67c13 /src/gwin/class_gwin.h
parent8e13c10f392396022a4b2ae04b5ccd8cb795f17e (diff)
parente67fbb3e6b82742eae4096faff2a1e47e25804e3 (diff)
downloaduGFX-a3993c80e0f2cbb11813ce29613af5f3bc0070fa.tar.gz
uGFX-a3993c80e0f2cbb11813ce29613af5f3bc0070fa.tar.bz2
uGFX-a3993c80e0f2cbb11813ce29613af5f3bc0070fa.zip
master слито с pcf8812
Diffstat (limited to 'src/gwin/class_gwin.h')
-rw-r--r--src/gwin/class_gwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/class_gwin.h b/src/gwin/class_gwin.h
index 61a27447..995121b7 100644
--- a/src/gwin/class_gwin.h
+++ b/src/gwin/class_gwin.h
@@ -98,7 +98,7 @@ typedef struct gwinVMT {
void (*ToggleOn) (GWidgetObject *gw, uint16_t role); // @< Process toggle on events (optional)
};
#endif
- #if GINPUT_NEED_TOGGLE
+ #if GINPUT_NEED_DIAL
struct {
uint16_t dialroles; // @< The roles supported for dials (0->dialroles-1)
void (*DialAssign) (GWidgetObject *gw, uint16_t role, uint16_t instance); // @< Test the role and save the dial instance handle (optional)