aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_label.h')
-rw-r--r--src/gwin/gwin_label.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/gwin/gwin_label.h b/src/gwin/gwin_label.h
index 66c4d97d..77bf5364 100644
--- a/src/gwin/gwin_label.h
+++ b/src/gwin/gwin_label.h
@@ -53,10 +53,6 @@ typedef struct GLabelObject {
#endif
} GLabelObject;
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/**
* @brief Create a label widget.
* @details A label widget is a simple window which has a static text.
@@ -80,7 +76,7 @@ GHandle gwinGLabelCreate(GDisplay *g, GLabelObject *widget, GWidgetInit *pInit);
*
* @api
*/
-void gwinLabelSetBorder(GHandle gh, bool_t border);
+void gwinLabelSetBorder(GHandle gh, gBool border);
#if GWIN_LABEL_ATTRIBUTE || defined(__DOXYGEN__)
/**
@@ -159,9 +155,5 @@ void gwinLabelDrawJustifiedCenter(GWidgetObject *gw, void *param);
/** @} */
-#ifdef __cplusplus
-}
-#endif
-
#endif // _GWIN_LABEL_H
/** @} */