/[ofm]/ofm/ofe/ui.h
ViewVC logotype

Diff of /ofm/ofe/ui.h

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

revision 1.2 by MarcusvA, Sun Nov 17 17:21:26 2002 UTC revision 1.3 by MarcusvA, Fri Jan 10 21:51:09 2003 UTC
# Line 33  Line 33 
33    
34  /* creates a new window */  /* creates a new window */
35  WINDOW*  WINDOW*
36  createNewWin (int wheight, int wwidth, int starty, int startx);  create_new_win (int wheight, int wwidth, int starty, int startx);
37    
38    /* creates a new window with box */
39    WINDOW*
40    create_new_win_with_box (int wheight, int wwidth, int starty, int startx);
41    
42  /* destroys a window */  /* destroys a window */
43  void  void
44  destroyWin (WINDOW* window);  destroy_win (WINDOW* window);

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