aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/label.h')
-rw-r--r--include/gwin/label.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gwin/label.h b/include/gwin/label.h
index d387345d..4362b035 100644
--- a/include/gwin/label.h
+++ b/include/gwin/label.h
@@ -30,9 +30,9 @@
// This file is included within "gwin/gwin.h"
// An label window
-typedef struct GLabelWidget_t {
+typedef struct GLabelObject {
GWidgetObject w;
-} GLabelWidget;
+} GLabelObject;
#ifdef __cplusplus
extern "C" {
@@ -49,7 +49,7 @@ extern "C" {
*
* @api
*/
-GHandle gwinLabelCreate(GLabelWidget *widget, GWidgetInit *pInit);
+GHandle gwinLabelCreate(GLabelObject *widget, GWidgetInit *pInit);
#ifdef __cplusplus
}