/[qemacs]/qemacs/qe.h
ViewVC logotype

Diff of /qemacs/qe.h

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

revision 1.14 by chqrlie, Mon May 9 02:17:47 2005 UTC revision 1.15 by chqrlie, Mon May 9 03:19:36 2005 UTC
# Line 1124  void do_find_window(EditState *s, int ke Line 1124  void do_find_window(EditState *s, int ke
1124    
1125  /* window handling */  /* window handling */
1126  void edit_close(EditState *s);  void edit_close(EditState *s);
 void edit_detach(EditState *s);  
 void edit_append(EditState *s, EditState *e);  
1127  EditState *edit_new(EditBuffer *b,  EditState *edit_new(EditBuffer *b,
1128                      int x1, int y1, int width, int height, int flags);                      int x1, int y1, int width, int height, int flags);
1129    void edit_detach(EditState *s);
1130    void edit_append(EditState *s, EditState *e);
1131    EditState *edit_find(EditBuffer *b);
1132  void do_refresh(EditState *s);  void do_refresh(EditState *s);
1133  void do_other_window(EditState *s);  void do_other_window(EditState *s);
1134  void do_delete_window(EditState *s, int force);  void do_delete_window(EditState *s, int force);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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