diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-23 08:00:37 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-05-23 08:00:37 +0200 |
commit | 65df255453ce41fe15fda89787ba6b46e8b22464 (patch) | |
tree | 66d712f665cdfefb7f04f8cc0e94811b64956bf2 /vconsole.h | |
parent | 47a8d12fbf98a03c4cd07c31b88a6786f4d35a77 (diff) | |
download | vconsole-65df255453ce41fe15fda89787ba6b46e8b22464.tar.gz |
untabify
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -106,7 +106,7 @@ struct vconsole_domain { int id; const char *name; - GtkWidget *vbox, *vte, *status; + GtkWidget *window, *vbox, *vte, *status; virStreamPtr stream; virDomainInfo info; gboolean saved; @@ -121,6 +121,8 @@ struct vconsole_domain { char *logname; }; +void domain_untabify(struct vconsole_domain *dom); + void domain_start(struct vconsole_domain *dom); void domain_pause(struct vconsole_domain *dom); void domain_save(struct vconsole_domain *dom); |