/[antiright]/antiright/lib/separator.c
ViewVC logotype

Diff of /antiright/lib/separator.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jefbed, Sat Aug 7 17:13:41 2004 UTC revision 1.3 by jefbed, Sun Nov 21 21:51:09 2004 UTC
# Line 22  Line 22 
22    
23  #include "library.h"  #include "library.h"
24    
25  void  Widget
26  antiright_separator(Widget parent_widget)  antiright_separator(Widget parent_widget)
27  {  {
28    Widget separator_widget;    Widget separator_widget;
# Line 32  antiright_separator(Widget parent_widget Line 32  antiright_separator(Widget parent_widget
32                        antiright.arguments,                        antiright.arguments,
33                        antiright.arguments_int);                        antiright.arguments_int);
34    XtManageChild(separator_widget);    XtManageChild(separator_widget);
35      return(separator_widget);
36  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26