/[antiright]/antiright/lib/graph.h
ViewVC logotype

Diff of /antiright/lib/graph.h

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

revision 1.3 by jefbed, Sat Jul 23 17:10:09 2005 UTC revision 1.4 by jefbed, Tue Jul 26 01:03:22 2005 UTC
# Line 63  antiright_graph_object(int x_arg, int y_ Line 63  antiright_graph_object(int x_arg, int y_
63                         unsigned int height, unsigned int width,                         unsigned int height, unsigned int width,
64                         unsigned int shape);                         unsigned int shape);
65    
66    void
67    antiright_graph_line(int x,
68                         int y,
69                         int x1,
70                         int y1);
71    
72    void
73    antiright_graph_rect(int x,
74                         int y,
75                         unsigned int width,
76                         unsigned int height);
77    
78    
79  #endif /* not AR_GRAPH_H  */  #endif /* not AR_GRAPH_H  */

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

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