ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/App.h
(Generate patch)

Comparing deliantra/server/crossedit/App.h (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:11:42 2006 UTC vs.
Revision 1.3 by elmex, Sun Aug 13 17:16:01 2006 UTC

31 31
32/**********************************************************************/ 32/**********************************************************************/
33 33
34typedef struct { 34typedef struct {
35 Widget w; 35 Widget w;
36 char *name; 36 const char *name;
37 unsigned long flags; 37 unsigned long flags;
38} ArchFlagsRec; 38} ArchFlagsRec;
39 39
40 40
41typedef struct { 41typedef struct {
118 118
119/* 119/*
120 * Function interface 120 * Function interface
121 */ 121 */
122extern App AppCreate ( XtAppContext appCon, String displayString, XtResource resources[], Cardinal resourcesNum, XrmOptionDescRec *options, Cardinal optionsNum, int *argc, char *argv[] ); 122extern App AppCreate ( XtAppContext appCon, String displayString, XtResource resources[], Cardinal resourcesNum, XrmOptionDescRec *options, Cardinal optionsNum, int *argc, char *argv[] );
123extern void AppDestroy ( App self );
124extern void AppUpdate ( App self ); 123extern void AppUpdate ( App self );
125extern void AppSelectSet ( App self, Edit edit, XRectangle rect ); 124extern void AppSelectSet ( App self, Edit edit, XRectangle rect );
126extern void AppSelectUnset ( App self ); 125extern void AppSelectUnset ( App self );
127extern void AppItemSet ( App self, Edit edit, object *obj, int wallSet ); 126extern void AppItemSet ( App self, Edit edit, object *obj, int wallSet );
128extern char PixelFromAlias ( char *name );
129extern void InitializeColors ( Display *dpy );
130extern Edit AppEditInsert ( App self, String path, EditType type );
131extern void AppEditAttach ( App self, Edit edit );
132extern void AppEditDeattach ( App self, Edit edit ); 127extern void AppEditDeattach ( App self, Edit edit );
133 128
134#endif /* _App_h */ 129#endif /* _App_h */
135 130
136 131

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines