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

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

36 36
37/* 37/*
38 * menu 38 * menu
39 */ 39 */
40typedef struct CnvMenuRec { 40typedef struct CnvMenuRec {
41 char *label; 41 const char *label;
42 void (*func) (Widget, XtPointer, XtPointer); 42 void (*func) (Widget, XtPointer, XtPointer);
43} CnvMenuRec; 43} CnvMenuRec;
44extern Widget CnvMenu(String, Widget,CnvMenuRec[], XtPointer); 44extern Widget CnvMenu(String, Widget,CnvMenuRec[], XtPointer);
45 45
46/********************************************************************** 46/**********************************************************************

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines