mirror of
https://github.com/rfivet/uemacs.git
synced 2025-09-25 06:34:07 -04:00
uemacs: convert typedef struct window_t to struct window.
Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
af9710adc4
commit
81a3a0be6e
4
buffer.c
4
buffer.c
@@ -78,7 +78,7 @@ int nextbuffer(int f, int n)
|
||||
*/
|
||||
int swbuffer(struct buffer *bp)
|
||||
{
|
||||
window_t *wp;
|
||||
struct window *wp;
|
||||
|
||||
if (--curbp->b_nwnd == 0) { /* Last use. */
|
||||
curbp->b_dotp = curwp->w_dotp;
|
||||
@@ -219,7 +219,7 @@ int namebuffer(int f, int n)
|
||||
*/
|
||||
int listbuffers(int f, int n)
|
||||
{
|
||||
window_t *wp;
|
||||
struct window *wp;
|
||||
struct buffer *bp;
|
||||
int s;
|
||||
|
||||
|
Reference in New Issue
Block a user