aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/button.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-04 17:55:17 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-04 17:55:17 +0200
commit7e791910246677f9e09c0957f1805409e790f57e (patch)
treea3e31469a99323eb6e14f928c32fd070bffb1324 /src/gwin/button.h
parent1a0d1f1d1097ade825cdabbd693ebf7f48dcee77 (diff)
parent9698f0a74319fa4a843783a1aa72dfca2c3fc90f (diff)
downloaduGFX-7e791910246677f9e09c0957f1805409e790f57e.tar.gz
uGFX-7e791910246677f9e09c0957f1805409e790f57e.tar.bz2
uGFX-7e791910246677f9e09c0957f1805409e790f57e.zip
Merge branch 'master' into freertos
Diffstat (limited to 'src/gwin/button.h')
-rw-r--r--src/gwin/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/button.h b/src/gwin/button.h
index dad0cc91..6dd78488 100644
--- a/src/gwin/button.h
+++ b/src/gwin/button.h
@@ -111,7 +111,7 @@ bool_t gwinButtonIsPressed(GHandle gh);
* @api
* @{
*/
-void gwinButtonDraw_3D(GWidgetObject *gw, void *param); // @< A standard 3D button
+void gwinButtonDraw_Normal(GWidgetObject *gw, void *param); // @< A standard button
#if GDISP_NEED_ARC || defined(__DOXYGEN__)
void gwinButtonDraw_Rounded(GWidgetObject *gw, void *param); // @< A rounded rectangle button
#endif