Difference for crossedit/CrUtil.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 #ifndef _CrUtil_h  #ifndef _CrUtil_h
 #define _CrUtil_h  #define _CrUtil_h
   
 extern void FaceDraw (Widget w, GC gc, New_Face *face, int x, int y);  extern void DrawFacePart(Widget w, GC gc, New_Face *face, int x, int y, int x_offset, int y_offset);
   extern void DrawPartObject(Widget w, GC gc, object * op, int x, int y);
 extern GC GCCreate (Widget w);  extern GC GCCreate (Widget w);
   
 #endif /* _CrUtil_h */  #endif /* _CrUtil_h */


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:49