From 0a96bc299f51e8420d6b6fec27b308844fe067d1 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Thu, 29 Nov 2001 10:35:06 +0000 Subject: Suppression de la ressource permettant le dessin de la bordure relief et remplacement par un gradient relief. --- generic/WidgetInfo.h | 8 ++++---- 1 file 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 */ -- cgit v1.1