blob: 19d5bc95c700a3409794ecb0294398bacaac68b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- VendorP.h~
+++ VendorP.h
@@ -76,6 +76,8 @@
XtPointer extension; /* pointer to extension record
*/
} VendorShellClassPart;
+struct VendorShellClassRec;
+/*
typedef struct _VendorShellClassRec {
CoreClassPart core_class;
CompositeClassPart composite_class;
@@ -85,7 +87,7 @@
} VendorShellClassRec;
externalref VendorShellClassRec vendorShellClassRec;
-
+*/
/* New fields for the vendor shell widget. */
typedef struct {
|