blob: 07b6779ae1924045e69166a686826c4f080d7881 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
/* Generated by wbuild from "Frame.w"
** (generator version $Revision: 2.0 $ of $Date: 93/07/06 16:08:04 $)
*/
#ifndef _XfwfFrameP_H_
#define _XfwfFrameP_H_
#include "CommonP.h"
#include "Frame.h"
typedef struct {
/* methods */
/* class variables */
int dummy;
} XfwfFrameClassPart;
typedef struct _XfwfFrameClassRec {
CoreClassPart core_class;
CompositeClassPart composite_class;
XfwfCommonClassPart xfwfCommon_class;
XfwfFrameClassPart xfwfFrame_class;
} XfwfFrameClassRec;
typedef struct {
/* resources */
Cursor cursor;
FrameType frameType;
Dimension frameWidth;
Dimension outerOffset;
Dimension innerOffset;
ShadowScheme shadowScheme;
Pixel topShadowColor;
Pixel bottomShadowColor;
Bitmap topShadowStipple;
Bitmap bottomShadowStipple;
/* private state */
GC lightgc;
GC darkgc;
Pixmap stip4;
FrameType old_frame_type;
} XfwfFramePart;
typedef struct _XfwfFrameRec {
CorePart core;
CompositePart composite;
XfwfCommonPart xfwfCommon;
XfwfFramePart xfwfFrame;
} XfwfFrameRec;
externalref XfwfFrameClassRec xfwfFrameClassRec;
#endif /* _XfwfFrameP_H_ */
|