Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
xaw3d
Xaw3d-1.5E-compat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Xaw3d-1.5E-compat.patch of Package xaw3d
--- Command.c +++ Command.c Thu Aug 26 16:37:04 2004 @@ -91,6 +91,8 @@ {XtNcornerRoundPercent, XtCCornerRoundPercent, XtRDimension, sizeof(Dimension), offset(command.corner_round), XtRImmediate, (XtPointer) 25}, + {XtNshadowWidth, XtCShadowWidth, XtRDimension, sizeof(Dimension), + offset(threeD.shadow_width), XtRImmediate, (XtPointer) 2}, {XtNborderWidth, XtCBorderWidth, XtRDimension, sizeof(Dimension), XtOffsetOf(RectObjRec,rectangle.border_width), XtRImmediate, (XtPointer) 0} --- Label.c +++ Label.c Thu Aug 26 16:37:04 2004 @@ -113,6 +113,8 @@ offset(label.pixmap), XtRImmediate, (XtPointer)None}, {XtNresize, XtCResize, XtRBoolean, sizeof(Boolean), offset(label.resize), XtRImmediate, (XtPointer)True}, + {XtNshadowWidth, XtCShadowWidth, XtRDimension, sizeof(Dimension), + offset(threeD.shadow_width), XtRImmediate, (XtPointer) 0}, {XtNborderWidth, XtCBorderWidth, XtRDimension, sizeof(Dimension), XtOffsetOf(RectObjRec,rectangle.border_width), XtRImmediate, (XtPointer)1} --- Text.c +++ Text.c Thu Aug 26 16:37:57 2004 @@ -3496,6 +3496,17 @@ return ((TextWidget)w)->text.source; } +Widget +#if NeedFunctionPrototypes +XawTextGetSink(Widget w) +#else +XawTextGetSink(w) +Widget w; +#endif +{ + return (((TextWidget)w)->text.sink); +} + void #if NeedFunctionPrototypes XawTextDisplayCaret (Widget w, --- Text.h +++ Text.h Thu Aug 26 16:39:52 2004 @@ -274,6 +274,12 @@ #endif ); +extern Widget XawTextGetSink( +#if NeedFunctionPrototypes + Widget /* w */ +#endif +); + extern XawTextPosition XawTextSearch( #if NeedFunctionPrototypes Widget /* w */,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor