1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-25 14:44:01 -04:00

Extract struct buffer and struct window from estruct.h.

This commit is contained in:
2013-09-20 18:10:30 +08:00
parent 39e23cb169
commit 87cd40ce6a
29 changed files with 163 additions and 120 deletions

View File

@@ -15,6 +15,7 @@
#include <stdio.h>
#include "buffer.h"
#include "display.h"
#include "estruct.h"
#include "edef.h"
@@ -22,6 +23,7 @@
#include "line.h"
#include "random.h"
#include "utf8.h"
#include "window.h"
#include "word.h"
/*