repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
nvi
/
dist
/
gtk
/
gtkvi.h
blob
cf1d65978ef12f9d881eed979ab44e88a8a4c211
1
/* $NetBSD: gtkvi.h,v 1.2 2013/11/22 15:52:05 christos Exp $ */
2
#ifndef __GTK_VI_H__
3
#define __GTK_VI_H__
4
5
typedef
struct
_GtkVi GtkVi
;
6
7
struct
_GtkVi
8
{
9
// GtkWidget *term;
10
// GtkWidget *vi; /* XXX */
11
// GtkWidget *vi_window;
12
IPVI
*
ipvi
;
13
};
14
#endif
/* __GTK_VI_H__ */