aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/WidgetInfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/WidgetInfo.h b/generic/WidgetInfo.h
index 46a7cbf..819ed6e 100644
--- a/generic/WidgetInfo.h
+++ b/generic/WidgetInfo.h
@@ -88,8 +88,8 @@ typedef struct _TextInfo {
ZnBool cursor_on; /* True means that an insertion cursor should
* be displayed in focus_item. Read-only to
* items.*/
- struct _ColorGradient *sel_relief;
- struct _ColorGradient *insert_relief;
+ struct _Gradient *sel_relief;
+ struct _Gradient *insert_relief;
} TextInfo;
typedef struct _WidgetInfo {
@@ -127,8 +127,8 @@ typedef struct _WidgetInfo {
* the actual resize. They may to be equal if
* the resize is not acknowledged by the geo
* manager. */
- Tk_3DBorder bg_border; /* The data describing the background
- * and border colors. */
+ struct _Gradient *relief_grad; /* The gradient describing the border relief
+ * colors. */
ReliefStyle relief; /* The border relief. */
/* Tracks global resources */