aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-08-16 09:14:07 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-08-16 09:14:21 +0200
commitc2ef2592eea379a5732cf2c0b0969d4334fdaec5 (patch)
tree9c3e7fc91a72ad27761d964242ca90e3f2d00684 /vconsole.h
parent9e36634161bef02eba632d13ab84569fee325af9 (diff)
downloadvconsole-c2ef2592eea379a5732cf2c0b0969d4334fdaec5.tar.gz
fullscreen support
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vconsole.h b/vconsole.h
index 6422db7..0125dfc 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -33,6 +33,7 @@ struct vconsole_window {
GtkWidget *toplevel;
GtkWidget *notebook;
GtkUIManager *ui;
+ gboolean fullscreen;
/* recent hosts */
GtkActionGroup *r_ag;