Changes to qemacs/qe.h
Charlie Gordon <[email protected]>
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Index: qemacs/qe.h
diff -u qemacs/qe.h:1.14 qemacs/qe.h:1.15
--- qemacs/qe.h:1.14 Mon May 9 02:17:47 2005
+++ qemacs/qe.h Mon May 9 03:19:36 2005
@@ -1124,10 +1124,11 @@
/* window handling */
void edit_close(EditState *s);
-void edit_detach(EditState *s);
-void edit_append(EditState *s, EditState *e);
EditState *edit_new(EditBuffer *b,
int x1, int y1, int width, int height, int flags);
+void edit_detach(EditState *s);
+void edit_append(EditState *s, EditState *e);
+EditState *edit_find(EditBuffer *b);
void do_refresh(EditState *s);
void do_other_window(EditState *s);
void do_delete_window(EditState *s, int force);